Html Css Color HEX #FECC2F Sunglow

📋 copy color: '#FECC2F'

red 254 ◦ green 204 ◦ blue 47

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

Shades of Sunglow #FECC2F

Tints of Sunglow #FECC2F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.4%

 BLUE value IS 47 (18.75% from 255) = 9.31%

R = 50.3%
G = 40.4%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FECC2F (or 0xFECC2F) is known color: Sunglow. HEX triplet: FE, CC and 2F. RGB value is (254,204,47). Sum of RGB (Red+Green+Blue) = 254+204+47=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 47 (18.75% from 255 or 9.31% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC2F is #0133D0. Grayscale: #C9C9C9. Windows color (decimal): -78801 or 3132670. OLE color: 3132670.

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

Color convert

RGB 254 204 47 -
CMYK 0 0.20 0.81 0.00
HSL 45.51º 0.99% 0.59% -
HSV(B) 45.51º 0.81% 1% -
XYZ 62.98 64.46 11.81 -
YUV 201.05 41.07 165.77 -
System Red Green Blue C M Y K H S L
Decimal 254 204 47 0 0.20 0.81 0.00 45.51 0.99 0.59
Hex FE CC 2F 0 14 51 0 2E 63 3B
Octal 376 314 57 0 24 121 0 56 143 73
Binary 11111110 11001100 101111 0 10100 1010001 0 101110 1100011 111011

Color Harmonies of #FECC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC2F

Black with #FECC2F

Text Example


Text Example

White with #FECC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC2F; }

 p { color: rgb(254,204,47); }

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

background-color css

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

 a { background-color: rgb(254,204,47); }

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

border-color css

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

 span { border-color: rgb(254,204,47); }

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