Html Css Color HEX #FCC45A Golden Tainoi

📋 copy color: '#FCC45A'

red 252 ◦ green 196 ◦ blue 90

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

Shades of Golden Tainoi #FCC45A

Tints of Golden Tainoi #FCC45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.73%

R = 46.84%
G = 36.43%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCC45A (or 0xFCC45A) is known color: Golden Tainoi. HEX triplet: FC, C4 and 5A. RGB value is (252,196,90). Sum of RGB (Red+Green+Blue) = 252+196+90=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC45A is #033BA5. Grayscale: #C9C9C9. Windows color (decimal): -211878 or 5948668. OLE color: 5948668.

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

Color convert

RGB 252 196 90 -
CMYK 0 0.22 0.64 0.01
HSL 39.26º 0.96% 0.67% -
HSV(B) 39.26º 0.64% 0.99% -
XYZ 61.73 60.91 18.18 -
YUV 200.66 65.55 164.62 -
System Red Green Blue C M Y K H S L
Decimal 252 196 90 0 0.22 0.64 0.01 39.26 0.96 0.67
Hex FC C4 5A 0 16 40 1 27 60 43
Octal 374 304 132 0 26 100 1 47 140 103
Binary 11111100 11000100 1011010 0 10110 1000000 1 100111 1100000 1000011

Color Harmonies of #FCC45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC45A

Black with #FCC45A

Text Example


Text Example

White with #FCC45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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