Html Css Color HEX #FCC142 Golden Tainoi

📋 copy color: '#FCC142'

red 252 ◦ green 193 ◦ blue 66

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

Shades of Golden Tainoi #FCC142

Tints of Golden Tainoi #FCC142

RGB

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

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

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

R = 49.32%
G = 37.77%
B = 12.92%

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

#FCC142 (or 0xFCC142) is known color: Golden Tainoi. HEX triplet: FC, C1 and 42. RGB value is (252,193,66). Sum of RGB (Red+Green+Blue) = 252+193+66=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC142 is #033EBD. Grayscale: #C4C4C4. Windows color (decimal): -212670 or 4375036. OLE color: 4375036.

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

Color convert

RGB 252 193 66 -
CMYK 0 0.23 0.74 0.01
HSL 40.97º 0.97% 0.62% -
HSV(B) 40.97º 0.74% 0.99% -
XYZ 60.2 59.23 13.41 -
YUV 196.16 54.55 167.83 -
System Red Green Blue C M Y K H S L
Decimal 252 193 66 0 0.23 0.74 0.01 40.97 0.97 0.62
Hex FC C1 42 0 17 4A 1 29 61 3E
Octal 374 301 102 0 27 112 1 51 141 76
Binary 11111100 11000001 1000010 0 10111 1001010 1 101001 1100001 111110

Color Harmonies of #FCC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC142

Black with #FCC142

Text Example


Text Example

White with #FCC142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC142; }

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

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

background-color css

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

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

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

border-color css

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

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

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