Html Css Color HEX #FCC45F Golden Tainoi

📋 copy color: '#FCC45F'

red 252 ◦ green 196 ◦ blue 95

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

Shades of Golden Tainoi #FCC45F

Tints of Golden Tainoi #FCC45F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.1%

 BLUE value IS 95 (37.5% from 255) = 17.5%

R = 46.41%
G = 36.1%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCC45F (or 0xFCC45F) is known color: Golden Tainoi. HEX triplet: FC, C4 and 5F. RGB value is (252,196,95). Sum of RGB (Red+Green+Blue) = 252+196+95=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC45F is #033BA0. Grayscale: #C9C9C9. Windows color (decimal): -211873 or 6276348. OLE color: 6276348.

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

Color convert

RGB 252 196 95 -
CMYK 0 0.22 0.62 0.01
HSL 38.6º 0.96% 0.68% -
HSV(B) 38.6º 0.62% 0.99% -
XYZ 61.95 61 19.34 -
YUV 201.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 252 196 95 0 0.22 0.62 0.01 38.6 0.96 0.68
Hex FC C4 5F 0 16 3E 1 27 60 44
Octal 374 304 137 0 26 76 1 47 140 104
Binary 11111100 11000100 1011111 0 10110 111110 1 100111 1100000 1000100

Color Harmonies of #FCC45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC45F

Black with #FCC45F

Text Example


Text Example

White with #FCC45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC45F; }

 p { color: rgb(252,196,95); }

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

background-color css

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

 a { background-color: rgb(252,196,95); }

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

border-color css

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

 span { border-color: rgb(252,196,95); }

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