Html Css Color HEX #FCC242 Golden Tainoi

📋 copy color: '#FCC242'

red 252 ◦ green 194 ◦ blue 66

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

Shades of Golden Tainoi #FCC242

Tints of Golden Tainoi #FCC242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.89%

R = 49.22%
G = 37.89%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCC242 (or 0xFCC242) is known color: Golden Tainoi. HEX triplet: FC, C2 and 42. RGB value is (252,194,66). Sum of RGB (Red+Green+Blue) = 252+194+66=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC242 is #033DBD. Grayscale: #C5C5C5. Windows color (decimal): -212414 or 4375292. OLE color: 4375292.

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

Color convert

RGB 252 194 66 -
CMYK 0 0.23 0.74 0.01
HSL 41.29º 0.97% 0.62% -
HSV(B) 41.29º 0.74% 0.99% -
XYZ 60.42 59.67 13.49 -
YUV 196.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 252 194 66 0 0.23 0.74 0.01 41.29 0.97 0.62
Hex FC C2 42 0 17 4A 1 29 61 3E
Octal 374 302 102 0 27 112 1 51 141 76
Binary 11111100 11000010 1000010 0 10111 1001010 1 101001 1100001 111110

Color Harmonies of #FCC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC242

Black with #FCC242

Text Example


Text Example

White with #FCC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC242; }

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

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

background-color css

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

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

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

border-color css

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

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

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