Html Css Color HEX #FDC928 Turbo

📋 copy color: '#FDC928'

red 253 ◦ green 201 ◦ blue 40

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

Shades of Turbo #FDC928

Tints of Turbo #FDC928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.1%

R = 51.21%
G = 40.69%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDC928 (or 0xFDC928) is known color: Turbo. HEX triplet: FD, C9 and 28. RGB value is (253,201,40). Sum of RGB (Red+Green+Blue) = 253+201+40=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC928 is #0236D7. Grayscale: #C6C6C6. Windows color (decimal): -145112 or 2673149. OLE color: 2673149.

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

Color convert

RGB 253 201 40 -
CMYK 0 0.21 0.84 0.01
HSL 45.35º 0.98% 0.57% -
HSV(B) 45.35º 0.84% 0.99% -
XYZ 61.78 62.81 10.87 -
YUV 198.19 38.73 167.09 -
System Red Green Blue C M Y K H S L
Decimal 253 201 40 0 0.21 0.84 0.01 45.35 0.98 0.57
Hex FD C9 28 0 15 54 1 2D 62 39
Octal 375 311 50 0 25 124 1 55 142 71
Binary 11111101 11001001 101000 0 10101 1010100 1 101101 1100010 111001

Color Harmonies of #FDC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC928

Black with #FDC928

Text Example


Text Example

White with #FDC928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC928; }

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

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

background-color css

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

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

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

border-color css

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

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

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