Html Css Color HEX #FECF31 Sunglow

📋 copy color: '#FECF31'

red 254 ◦ green 207 ◦ blue 49

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

Shades of Sunglow #FECF31

Tints of Sunglow #FECF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.59%

 BLUE value IS 49 (19.53% from 255) = 9.61%

R = 49.8%
G = 40.59%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FECF31 (or 0xFECF31) is known color: Sunglow. HEX triplet: FE, CF and 31. RGB value is (254,207,49). Sum of RGB (Red+Green+Blue) = 254+207+49=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 49 (19.53% from 255 or 9.61% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF31 is #0130CE. Grayscale: #CBCBCB. Windows color (decimal): -78031 or 3264510. OLE color: 3264510.

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

Color convert

RGB 254 207 49 -
CMYK 0 0.19 0.81 0.00
HSL 46.24º 0.99% 0.59% -
HSV(B) 46.24º 0.81% 1% -
XYZ 63.74 65.92 12.27 -
YUV 203.04 41.07 164.35 -
System Red Green Blue C M Y K H S L
Decimal 254 207 49 0 0.19 0.81 0.00 46.24 0.99 0.59
Hex FE CF 31 0 13 51 0 2E 63 3B
Octal 376 317 61 0 23 121 0 56 143 73
Binary 11111110 11001111 110001 0 10011 1010001 0 101110 1100011 111011

Color Harmonies of #FECF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF31

Black with #FECF31

Text Example


Text Example

White with #FECF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF31; }

 p { color: rgb(254,207,49); }

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

background-color css

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

 a { background-color: rgb(254,207,49); }

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

border-color css

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

 span { border-color: rgb(254,207,49); }

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