Html Css Color HEX #FCC75A Golden Tainoi

📋 copy color: '#FCC75A'

red 252 ◦ green 199 ◦ blue 90

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

Shades of Golden Tainoi #FCC75A

Tints of Golden Tainoi #FCC75A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.78%

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

R = 46.58%
G = 36.78%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCC75A (or 0xFCC75A) is known color: Golden Tainoi. HEX triplet: FC, C7 and 5A. RGB value is (252,199,90). Sum of RGB (Red+Green+Blue) = 252+199+90=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC75A is #0338A5. Grayscale: #CACACA. Windows color (decimal): -211110 or 5949436. OLE color: 5949436.

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

Color convert

RGB 252 199 90 -
CMYK 0 0.21 0.64 0.01
HSL 40.37º 0.96% 0.67% -
HSV(B) 40.37º 0.64% 0.99% -
XYZ 62.41 62.28 18.4 -
YUV 202.42 64.56 163.36 -
System Red Green Blue C M Y K H S L
Decimal 252 199 90 0 0.21 0.64 0.01 40.37 0.96 0.67
Hex FC C7 5A 0 15 40 1 28 60 43
Octal 374 307 132 0 25 100 1 50 140 103
Binary 11111100 11000111 1011010 0 10101 1000000 1 101000 1100000 1000011

Color Harmonies of #FCC75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC75A

Black with #FCC75A

Text Example


Text Example

White with #FCC75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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