Html Css Color HEX #FCC241 Golden Tainoi

📋 copy color: '#FCC241'

red 252 ◦ green 194 ◦ blue 65

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

Shades of Golden Tainoi #FCC241

Tints of Golden Tainoi #FCC241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.72%

R = 49.32%
G = 37.96%
B = 12.72%

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

#FCC241 (or 0xFCC241) is known color: Golden Tainoi. HEX triplet: FC, C2 and 41. RGB value is (252,194,65). Sum of RGB (Red+Green+Blue) = 252+194+65=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC241 is #033DBE. Grayscale: #C5C5C5. Windows color (decimal): -212415 or 4309756. OLE color: 4309756.

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

Color convert

RGB 252 194 65 -
CMYK 0 0.23 0.74 0.01
HSL 41.39º 0.97% 0.62% -
HSV(B) 41.39º 0.74% 0.99% -
XYZ 60.39 59.66 13.33 -
YUV 196.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 252 194 65 0 0.23 0.74 0.01 41.39 0.97 0.62
Hex FC C2 41 0 17 4A 1 29 61 3E
Octal 374 302 101 0 27 112 1 51 141 76
Binary 11111100 11000010 1000001 0 10111 1001010 1 101001 1100001 111110

Color Harmonies of #FCC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC241

Black with #FCC241

Text Example


Text Example

White with #FCC241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC241; }

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

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

background-color css

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

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

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

border-color css

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

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

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