Html Css Color HEX #FCC84B Golden Tainoi

📋 copy color: '#FCC84B'

red 252 ◦ green 200 ◦ blue 75

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

Shades of Golden Tainoi #FCC84B

Tints of Golden Tainoi #FCC84B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.95%

 BLUE value IS 75 (29.69% from 255) = 14.23%

R = 47.82%
G = 37.95%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCC84B (or 0xFCC84B) is known color: Golden Tainoi. HEX triplet: FC, C8 and 4B. RGB value is (252,200,75). Sum of RGB (Red+Green+Blue) = 252+200+75=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC84B is #0337B4. Grayscale: #C9C9C9. Windows color (decimal): -210869 or 4966652. OLE color: 4966652.

HSL color Cylindrical-coordinate representation of color #FCC84B: hue angle of 42.37º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCC84B is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 75 -
CMYK 0 0.21 0.70 0.01
HSL 42.37º 0.97% 0.64% -
HSV(B) 42.37º 0.7% 0.99% -
XYZ 62.07 62.51 15.45 -
YUV 201.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 252 200 75 0 0.21 0.70 0.01 42.37 0.97 0.64
Hex FC C8 4B 0 15 46 1 2A 61 40
Octal 374 310 113 0 25 106 1 52 141 100
Binary 11111100 11001000 1001011 0 10101 1000110 1 101010 1100001 1000000

Color Harmonies of #FCC84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC84B

Black with #FCC84B

Text Example


Text Example

White with #FCC84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC84B; }

 p { color: rgb(252,200,75); }

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

background-color css

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

 a { background-color: rgb(252,200,75); }

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

border-color css

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

 span { border-color: rgb(252,200,75); }

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