Html Css Color HEX #FCC253 Golden Tainoi

📋 copy color: '#FCC253'

red 252 ◦ green 194 ◦ blue 83

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

Shades of Golden Tainoi #FCC253

Tints of Golden Tainoi #FCC253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.69%

R = 47.64%
G = 36.67%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC253 (or 0xFCC253) is known color: Golden Tainoi. HEX triplet: FC, C2 and 53. RGB value is (252,194,83). Sum of RGB (Red+Green+Blue) = 252+194+83=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC253 is #033DAC. Grayscale: #C7C7C7. Windows color (decimal): -212397 or 5489404. OLE color: 5489404.

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

Color convert

RGB 252 194 83 -
CMYK 0 0.23 0.67 0.01
HSL 39.41º 0.97% 0.66% -
HSV(B) 39.41º 0.67% 0.99% -
XYZ 61 59.9 16.53 -
YUV 198.69 62.72 166.03 -
System Red Green Blue C M Y K H S L
Decimal 252 194 83 0 0.23 0.67 0.01 39.41 0.97 0.66
Hex FC C2 53 0 17 43 1 27 61 42
Octal 374 302 123 0 27 103 1 47 141 102
Binary 11111100 11000010 1010011 0 10111 1000011 1 100111 1100001 1000010

Color Harmonies of #FCC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC253

Black with #FCC253

Text Example


Text Example

White with #FCC253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC253; }

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

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

background-color css

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

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

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

border-color css

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

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

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