Html Css Color HEX #FCC720 Turbo

📋 copy color: '#FCC720'

red 252 ◦ green 199 ◦ blue 32

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

Shades of Turbo #FCC720

Tints of Turbo #FCC720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.63%

R = 52.17%
G = 41.2%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCC720 (or 0xFCC720) is known color: Turbo. HEX triplet: FC, C7 and 20. RGB value is (252,199,32). Sum of RGB (Red+Green+Blue) = 252+199+32=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC720 is #0338DF. Grayscale: #C4C4C4. Windows color (decimal): -211168 or 2148348. OLE color: 2148348.

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

Color convert

RGB 252 199 32 -
CMYK 0 0.21 0.87 0.01
HSL 45.55º 0.97% 0.56% -
HSV(B) 45.55º 0.87% 0.99% -
XYZ 60.83 61.65 10.06 -
YUV 195.81 35.56 168.08 -
System Red Green Blue C M Y K H S L
Decimal 252 199 32 0 0.21 0.87 0.01 45.55 0.97 0.56
Hex FC C7 20 0 15 57 1 2E 61 38
Octal 374 307 40 0 25 127 1 56 141 70
Binary 11111100 11000111 100000 0 10101 1010111 1 101110 1100001 111000

Color Harmonies of #FCC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC720

Black with #FCC720

Text Example


Text Example

White with #FCC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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