Html Css Color HEX #FCC262 Golden Tainoi

📋 copy color: '#FCC262'

red 252 ◦ green 194 ◦ blue 98

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

Shades of Golden Tainoi #FCC262

Tints of Golden Tainoi #FCC262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.01%

R = 46.32%
G = 35.66%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCC262 (or 0xFCC262) is known color: Golden Tainoi. HEX triplet: FC, C2 and 62. RGB value is (252,194,98). Sum of RGB (Red+Green+Blue) = 252+194+98=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC262 is #033D9D. Grayscale: #C8C8C8. Windows color (decimal): -212382 or 6472444. OLE color: 6472444.

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

Color convert

RGB 252 194 98 -
CMYK 0 0.23 0.61 0.01
HSL 37.4º 0.96% 0.69% -
HSV(B) 37.4º 0.61% 0.99% -
XYZ 61.64 60.16 19.92 -
YUV 200.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 252 194 98 0 0.23 0.61 0.01 37.4 0.96 0.69
Hex FC C2 62 0 17 3D 1 25 60 45
Octal 374 302 142 0 27 75 1 45 140 105
Binary 11111100 11000010 1100010 0 10111 111101 1 100101 1100000 1000101

Color Harmonies of #FCC262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC262

Black with #FCC262

Text Example


Text Example

White with #FCC262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC262; }

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

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

background-color css

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

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

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

border-color css

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

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

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