Html Css Color HEX #FEDF35 Gorse

📋 copy color: '#FEDF35'

red 254 ◦ green 223 ◦ blue 53

#FEDF35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FEDF35

Tints of Gorse #FEDF35

RGB

 RED value IS 254 (99.61% from 255) = 47.92%

 GREEN value IS 223 (87.5% from 255) = 42.08%

 BLUE value IS 53 (21.09% from 255) = 10%

R = 47.92%
G = 42.08%
B = 10%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FEDF35 (or 0xFEDF35) is known color: Gorse. HEX triplet: FE, DF and 35. RGB value is (254,223,53). Sum of RGB (Red+Green+Blue) = 254+223+53=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 53 (21.09% from 255 or 10% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF35 is #0120CA. Grayscale: #D5D5D5. Windows color (decimal): -73931 or 3530750. OLE color: 3530750.

HSL color Cylindrical-coordinate representation of color #FEDF35: hue angle of 50.75º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEDF35 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 223 53 -
CMYK 0 0.12 0.79 0.00
HSL 50.75º 0.99% 0.6% -
HSV(B) 50.75º 0.79% 1% -
XYZ 67.9 74.1 14.09 -
YUV 212.89 37.77 157.32 -
System Red Green Blue C M Y K H S L
Decimal 254 223 53 0 0.12 0.79 0.00 50.75 0.99 0.6
Hex FE DF 35 0 C 4F 0 33 63 3C
Octal 376 337 65 0 14 117 0 63 143 74
Binary 11111110 11011111 110101 0 1100 1001111 0 110011 1100011 111100

Color Harmonies of #FEDF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF35

Black with #FEDF35

Text Example


Text Example

White with #FEDF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF35; }

 p { color: rgb(254,223,53); }

 H1.HeaderClassName
 {
   color: #FEDF35;
 }
 .AnyTagClassName
 {
   color: #FEDF35;
 }
</style>

background-color css

<style>
 a { background-color: #FEDF35; }

 a { background-color: rgb(254,223,53); }

 div.DivClassName
 {
   background-color: #FEDF35;
 }
 .BgClassName
 {
   background-color: #FEDF35;
 }
</style>

border-color css

<style>
 span { border-color: #FEDF35; }

 span { border-color: rgb(254,223,53); }

 td.TdClassName
 {
   border-color: #FEDF35;
 }
 .TagClassName
 {
   border-color: #FEDF35;
 }
</style>