Html Css Color HEX #FDC920 Turbo

📋 copy color: '#FDC920'

red 253 ◦ green 201 ◦ blue 32

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

Shades of Turbo #FDC920

Tints of Turbo #FDC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.36%

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

R = 52.06%
G = 41.36%
B = 6.58%

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

#FDC920 (or 0xFDC920) is known color: Turbo. HEX triplet: FD, C9 and 20. RGB value is (253,201,32). Sum of RGB (Red+Green+Blue) = 253+201+32=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC920 is #0236DF. Grayscale: #C6C6C6. Windows color (decimal): -145120 or 2148861. OLE color: 2148861.

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

Color convert

RGB 253 201 32 -
CMYK 0 0.21 0.87 0.01
HSL 45.88º 0.98% 0.56% -
HSV(B) 45.88º 0.87% 0.99% -
XYZ 61.66 62.76 10.23 -
YUV 197.28 34.73 167.74 -
System Red Green Blue C M Y K H S L
Decimal 253 201 32 0 0.21 0.87 0.01 45.88 0.98 0.56
Hex FD C9 20 0 15 57 1 2E 62 38
Octal 375 311 40 0 25 127 1 56 142 70
Binary 11111101 11001001 100000 0 10101 1010111 1 101110 1100010 111000

Color Harmonies of #FDC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC920

Black with #FDC920

Text Example


Text Example

White with #FDC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC920; }

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

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

background-color css

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

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

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

border-color css

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

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

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