Html Css Color HEX #FCC150 Golden Tainoi

📋 copy color: '#FCC150'

red 252 ◦ green 193 ◦ blue 80

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

Shades of Golden Tainoi #FCC150

Tints of Golden Tainoi #FCC150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

 BLUE value IS 80 (31.64% from 255) = 15.24%

R = 48%
G = 36.76%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCC150 (or 0xFCC150) is known color: Golden Tainoi. HEX triplet: FC, C1 and 50. RGB value is (252,193,80). Sum of RGB (Red+Green+Blue) = 252+193+80=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC150 is #033EAF. Grayscale: #C6C6C6. Windows color (decimal): -212656 or 5292540. OLE color: 5292540.

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

Color convert

RGB 252 193 80 -
CMYK 0 0.23 0.68 0.01
HSL 39.42º 0.97% 0.65% -
HSV(B) 39.42º 0.68% 0.99% -
XYZ 60.66 59.41 15.86 -
YUV 197.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 252 193 80 0 0.23 0.68 0.01 39.42 0.97 0.65
Hex FC C1 50 0 17 44 1 27 61 41
Octal 374 301 120 0 27 104 1 47 141 101
Binary 11111100 11000001 1010000 0 10111 1000100 1 100111 1100001 1000001

Color Harmonies of #FCC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC150

Black with #FCC150

Text Example


Text Example

White with #FCC150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC150; }

 p { color: rgb(252,193,80); }

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

background-color css

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

 a { background-color: rgb(252,193,80); }

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

border-color css

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

 span { border-color: rgb(252,193,80); }

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