Html Css Color HEX #FECF3C Sunglow

📋 copy color: '#FECF3C'

red 254 ◦ green 207 ◦ blue 60

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

Shades of Sunglow #FECF3C

Tints of Sunglow #FECF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.52%

R = 48.75%
G = 39.73%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FECF3C (or 0xFECF3C) is known color: Sunglow. HEX triplet: FE, CF and 3C. RGB value is (254,207,60). Sum of RGB (Red+Green+Blue) = 254+207+60=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 60 (23.83% from 255 or 11.52% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF3C is #0130C3. Grayscale: #CCCCCC. Windows color (decimal): -78020 or 3985406. OLE color: 3985406.

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

Color convert

RGB 254 207 60 -
CMYK 0 0.19 0.76 0.00
HSL 45.46º 0.99% 0.62% -
HSV(B) 45.46º 0.76% 1% -
XYZ 64 66.02 13.65 -
YUV 204.3 46.57 163.45 -
System Red Green Blue C M Y K H S L
Decimal 254 207 60 0 0.19 0.76 0.00 45.46 0.99 0.62
Hex FE CF 3C 0 13 4C 0 2D 63 3E
Octal 376 317 74 0 23 114 0 55 143 76
Binary 11111110 11001111 111100 0 10011 1001100 0 101101 1100011 111110

Color Harmonies of #FECF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF3C

Black with #FECF3C

Text Example


Text Example

White with #FECF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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