Html Css Color HEX #FCC04E Golden Tainoi

📋 copy color: '#FCC04E'

red 252 ◦ green 192 ◦ blue 78

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

Shades of Golden Tainoi #FCC04E

Tints of Golden Tainoi #FCC04E

RGB

 RED value IS 252 (98.83% from 255) = 48.28%

 GREEN value IS 192 (75.39% from 255) = 36.78%

 BLUE value IS 78 (30.86% from 255) = 14.94%

R = 48.28%
G = 36.78%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCC04E (or 0xFCC04E) is known color: Golden Tainoi. HEX triplet: FC, C0 and 4E. RGB value is (252,192,78). Sum of RGB (Red+Green+Blue) = 252+192+78=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC04E is #033FB1. Grayscale: #C5C5C5. Windows color (decimal): -212914 or 5161212. OLE color: 5161212.

HSL color Cylindrical-coordinate representation of color #FCC04E: hue angle of 39.31º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCC04E is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 78 -
CMYK 0 0.24 0.69 0.01
HSL 39.31º 0.97% 0.65% -
HSV(B) 39.31º 0.69% 0.99% -
XYZ 60.37 58.94 15.4 -
YUV 196.94 60.88 167.27 -
System Red Green Blue C M Y K H S L
Decimal 252 192 78 0 0.24 0.69 0.01 39.31 0.97 0.65
Hex FC C0 4E 0 18 45 1 27 61 41
Octal 374 300 116 0 30 105 1 47 141 101
Binary 11111100 11000000 1001110 0 11000 1000101 1 100111 1100001 1000001

Color Harmonies of #FCC04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC04E

Black with #FCC04E

Text Example


Text Example

White with #FCC04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC04E; }

 p { color: rgb(252,192,78); }

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

background-color css

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

 a { background-color: rgb(252,192,78); }

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

border-color css

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

 span { border-color: rgb(252,192,78); }

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