Html Css Color HEX #FCC251 Golden Tainoi

📋 copy color: '#FCC251'

red 252 ◦ green 194 ◦ blue 81

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

Shades of Golden Tainoi #FCC251

Tints of Golden Tainoi #FCC251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.37%

R = 47.82%
G = 36.81%
B = 15.37%

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

#FCC251 (or 0xFCC251) is known color: Golden Tainoi. HEX triplet: FC, C2 and 51. RGB value is (252,194,81). Sum of RGB (Red+Green+Blue) = 252+194+81=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 81 (32.03% from 255 or 15.37% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC251 is #033DAE. Grayscale: #C6C6C6. Windows color (decimal): -212399 or 5358332. OLE color: 5358332.

HSL color Cylindrical-coordinate representation of color #FCC251: hue angle of 39.65º 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 #FCC251 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 81 -
CMYK 0 0.23 0.68 0.01
HSL 39.65º 0.97% 0.65% -
HSV(B) 39.65º 0.68% 0.99% -
XYZ 60.92 59.87 16.13 -
YUV 198.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 252 194 81 0 0.23 0.68 0.01 39.65 0.97 0.65
Hex FC C2 51 0 17 44 1 28 61 41
Octal 374 302 121 0 27 104 1 50 141 101
Binary 11111100 11000010 1010001 0 10111 1000100 1 101000 1100001 1000001

Color Harmonies of #FCC251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC251

Black with #FCC251

Text Example


Text Example

White with #FCC251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC251; }

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

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

background-color css

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

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

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

border-color css

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

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

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