Html Css Color HEX #FEDF36 Gorse

📋 copy color: '#FEDF36'

red 254 ◦ green 223 ◦ blue 54

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

Shades of Gorse #FEDF36

Tints of Gorse #FEDF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.17%

R = 47.83%
G = 42%
B = 10.17%

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

#FEDF36 (or 0xFEDF36) is known color: Gorse. HEX triplet: FE, DF and 36. RGB value is (254,223,54). Sum of RGB (Red+Green+Blue) = 254+223+54=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 54 (21.48% from 255 or 10.17% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF36 is #0120C9. Grayscale: #D5D5D5. Windows color (decimal): -73930 or 3596286. OLE color: 3596286.

HSL color Cylindrical-coordinate representation of color #FEDF36: hue angle of 50.7º 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 #FEDF36 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 223 54 -
CMYK 0 0.12 0.79 0.00
HSL 50.7º 0.99% 0.6% -
HSV(B) 50.7º 0.79% 1% -
XYZ 67.93 74.11 14.22 -
YUV 213 38.27 157.24 -
System Red Green Blue C M Y K H S L
Decimal 254 223 54 0 0.12 0.79 0.00 50.7 0.99 0.6
Hex FE DF 36 0 C 4F 0 33 63 3C
Octal 376 337 66 0 14 117 0 63 143 74
Binary 11111110 11011111 110110 0 1100 1001111 0 110011 1100011 111100

Color Harmonies of #FEDF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF36

Black with #FEDF36

Text Example


Text Example

White with #FEDF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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