Html Css Color HEX #FECC3F Sunglow

📋 copy color: '#FECC3F'

red 254 ◦ green 204 ◦ blue 63

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

Shades of Sunglow #FECC3F

Tints of Sunglow #FECC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.09%

R = 48.75%
G = 39.16%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FECC3F (or 0xFECC3F) is known color: Sunglow. HEX triplet: FE, CC and 3F. RGB value is (254,204,63). Sum of RGB (Red+Green+Blue) = 254+204+63=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC3F is #0133C0. Grayscale: #CBCBCB. Windows color (decimal): -78785 or 4181246. OLE color: 4181246.

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

Color convert

RGB 254 204 63 -
CMYK 0 0.20 0.75 0.00
HSL 44.29º 0.99% 0.62% -
HSV(B) 44.29º 0.75% 1% -
XYZ 63.36 64.62 13.84 -
YUV 202.88 49.07 164.46 -
System Red Green Blue C M Y K H S L
Decimal 254 204 63 0 0.20 0.75 0.00 44.29 0.99 0.62
Hex FE CC 3F 0 14 4B 0 2C 63 3E
Octal 376 314 77 0 24 113 0 54 143 76
Binary 11111110 11001100 111111 0 10100 1001011 0 101100 1100011 111110

Color Harmonies of #FECC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC3F

Black with #FECC3F

Text Example


Text Example

White with #FECC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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