Html Css Color HEX #FDC828 Turbo

📋 copy color: '#FDC828'

red 253 ◦ green 200 ◦ blue 40

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

Shades of Turbo #FDC828

Tints of Turbo #FDC828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.57%

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

R = 51.32%
G = 40.57%
B = 8.11%

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

#FDC828 (or 0xFDC828) is known color: Turbo. HEX triplet: FD, C8 and 28. RGB value is (253,200,40). Sum of RGB (Red+Green+Blue) = 253+200+40=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC828 is #0237D7. Grayscale: #C6C6C6. Windows color (decimal): -145368 or 2672893. OLE color: 2672893.

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

Color convert

RGB 253 200 40 -
CMYK 0 0.21 0.84 0.01
HSL 45.07º 0.98% 0.57% -
HSV(B) 45.07º 0.84% 0.99% -
XYZ 61.55 62.34 10.8 -
YUV 197.61 39.06 167.51 -
System Red Green Blue C M Y K H S L
Decimal 253 200 40 0 0.21 0.84 0.01 45.07 0.98 0.57
Hex FD C8 28 0 15 54 1 2D 62 39
Octal 375 310 50 0 25 124 1 55 142 71
Binary 11111101 11001000 101000 0 10101 1010100 1 101101 1100010 111001

Color Harmonies of #FDC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC828

Black with #FDC828

Text Example


Text Example

White with #FDC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC828; }

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

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

background-color css

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

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

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

border-color css

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

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

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