Html Css Color HEX #FCC250 Golden Tainoi

📋 copy color: '#FCC250'

red 252 ◦ green 194 ◦ blue 80

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

Shades of Golden Tainoi #FCC250

Tints of Golden Tainoi #FCC250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.88%

 BLUE value IS 80 (31.64% from 255) = 15.21%

R = 47.91%
G = 36.88%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCC250 (or 0xFCC250) is known color: Golden Tainoi. HEX triplet: FC, C2 and 50. RGB value is (252,194,80). Sum of RGB (Red+Green+Blue) = 252+194+80=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC250 is #033DAF. Grayscale: #C6C6C6. Windows color (decimal): -212400 or 5292796. OLE color: 5292796.

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

Color convert

RGB 252 194 80 -
CMYK 0 0.23 0.68 0.01
HSL 39.77º 0.97% 0.65% -
HSV(B) 39.77º 0.68% 0.99% -
XYZ 60.88 59.86 15.93 -
YUV 198.35 61.22 166.27 -
System Red Green Blue C M Y K H S L
Decimal 252 194 80 0 0.23 0.68 0.01 39.77 0.97 0.65
Hex FC C2 50 0 17 44 1 28 61 41
Octal 374 302 120 0 27 104 1 50 141 101
Binary 11111100 11000010 1010000 0 10111 1000100 1 101000 1100001 1000001

Color Harmonies of #FCC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC250

Black with #FCC250

Text Example


Text Example

White with #FCC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC250; }

 p { color: rgb(252,194,80); }

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

background-color css

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

 a { background-color: rgb(252,194,80); }

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

border-color css

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

 span { border-color: rgb(252,194,80); }

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