Html Css Color HEX #FCC162 Golden Tainoi

📋 copy color: '#FCC162'

red 252 ◦ green 193 ◦ blue 98

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

Shades of Golden Tainoi #FCC162

Tints of Golden Tainoi #FCC162

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.54%

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

R = 46.41%
G = 35.54%
B = 18.05%

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

#FCC162 (or 0xFCC162) is known color: Golden Tainoi. HEX triplet: FC, C1 and 62. RGB value is (252,193,98). Sum of RGB (Red+Green+Blue) = 252+193+98=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC162 is #033E9D. Grayscale: #C8C8C8. Windows color (decimal): -212638 or 6472188. OLE color: 6472188.

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

Color convert

RGB 252 193 98 -
CMYK 0 0.23 0.61 0.01
HSL 37.01º 0.96% 0.69% -
HSV(B) 37.01º 0.61% 0.99% -
XYZ 61.42 59.72 19.84 -
YUV 199.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 252 193 98 0 0.23 0.61 0.01 37.01 0.96 0.69
Hex FC C1 62 0 17 3D 1 25 60 45
Octal 374 301 142 0 27 75 1 45 140 105
Binary 11111100 11000001 1100010 0 10111 111101 1 100101 1100000 1000101

Color Harmonies of #FCC162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC162

Black with #FCC162

Text Example


Text Example

White with #FCC162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC162; }

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

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

background-color css

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

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

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

border-color css

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

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

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