Html Css Color HEX #FEDD06 Golden Yellow

📋 copy color: '#FEDD06'

red 254 ◦ green 221 ◦ blue 6

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

Shades of Golden Yellow #FEDD06

Tints of Golden Yellow #FEDD06

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.95%

 BLUE value IS 6 (2.73% from 255) = 1.25%

R = 52.81%
G = 45.95%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEDD06 (or 0xFEDD06) is known color: Golden Yellow. HEX triplet: FE, DD and 06. RGB value is (254,221,6). Sum of RGB (Red+Green+Blue) = 254+221+6=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 6 (2.73% from 255 or 1.25% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD06 is #0122F9. Grayscale: #CFCFCF. Windows color (decimal): -74490 or 450046. OLE color: 450046.

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

Color convert

RGB 254 221 6 -
CMYK 0 0.13 0.98 0.00
HSL 52.02º 0.99% 0.51% -
HSV(B) 52.02º 0.98% 1% -
XYZ 66.76 72.8 10.7 -
YUV 206.36 14.93 161.98 -
System Red Green Blue C M Y K H S L
Decimal 254 221 6 0 0.13 0.98 0.00 52.02 0.99 0.51
Hex FE DD 6 0 D 62 0 34 63 33
Octal 376 335 6 0 15 142 0 64 143 63
Binary 11111110 11011101 110 0 1101 1100010 0 110100 1100011 110011

Color Harmonies of #FEDD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD06

Black with #FEDD06

Text Example


Text Example

White with #FEDD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD06; }

 p { color: rgb(254,221,6); }

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

background-color css

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

 a { background-color: rgb(254,221,6); }

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

border-color css

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

 span { border-color: rgb(254,221,6); }

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