Html Css Color HEX #FCC748 Golden Tainoi

📋 copy color: '#FCC748'

red 252 ◦ green 199 ◦ blue 72

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

Shades of Golden Tainoi #FCC748

Tints of Golden Tainoi #FCC748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.77%

R = 48.18%
G = 38.05%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCC748 (or 0xFCC748) is known color: Golden Tainoi. HEX triplet: FC, C7 and 48. RGB value is (252,199,72). Sum of RGB (Red+Green+Blue) = 252+199+72=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 72 (28.52% from 255 or 13.77% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC748 is #0338B7. Grayscale: #C8C8C8. Windows color (decimal): -211128 or 4769788. OLE color: 4769788.

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

Color convert

RGB 252 199 72 -
CMYK 0 0.21 0.71 0.01
HSL 42.33º 0.97% 0.64% -
HSV(B) 42.33º 0.71% 0.99% -
XYZ 61.74 62.01 14.85 -
YUV 200.37 55.56 164.83 -
System Red Green Blue C M Y K H S L
Decimal 252 199 72 0 0.21 0.71 0.01 42.33 0.97 0.64
Hex FC C7 48 0 15 47 1 2A 61 40
Octal 374 307 110 0 25 107 1 52 141 100
Binary 11111100 11000111 1001000 0 10101 1000111 1 101010 1100001 1000000

Color Harmonies of #FCC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC748

Black with #FCC748

Text Example


Text Example

White with #FCC748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC748; }

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

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

background-color css

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

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

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

border-color css

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

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

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