Html Css Color HEX #FDC720 Turbo

📋 copy color: '#FDC720'

red 253 ◦ green 199 ◦ blue 32

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

Shades of Turbo #FDC720

Tints of Turbo #FDC720

RGB

 RED value IS 253 (99.22% from 255) = 52.27%

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

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

R = 52.27%
G = 41.12%
B = 6.61%

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

#FDC720 (or 0xFDC720) is known color: Turbo. HEX triplet: FD, C7 and 20. RGB value is (253,199,32). Sum of RGB (Red+Green+Blue) = 253+199+32=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC720 is #0238DF. Grayscale: #C4C4C4. Windows color (decimal): -145632 or 2148349. OLE color: 2148349.

HSL color Cylindrical-coordinate representation of color #FDC720: hue angle of 45.34º degrees, saturation: 0.98, 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 #FDC720 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 199 32 -
CMYK 0 0.21 0.87 0.01
HSL 45.34º 0.98% 0.56% -
HSV(B) 45.34º 0.87% 0.99% -
XYZ 61.19 61.83 10.08 -
YUV 196.11 35.39 168.58 -
System Red Green Blue C M Y K H S L
Decimal 253 199 32 0 0.21 0.87 0.01 45.34 0.98 0.56
Hex FD C7 20 0 15 57 1 2D 62 38
Octal 375 307 40 0 25 127 1 55 142 70
Binary 11111101 11000111 100000 0 10101 1010111 1 101101 1100010 111000

Color Harmonies of #FDC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC720

Black with #FDC720

Text Example


Text Example

White with #FDC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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