Html Css Color HEX #FDC819 Turbo

📋 copy color: '#FDC819'

red 253 ◦ green 200 ◦ blue 25

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

Shades of Turbo #FDC819

Tints of Turbo #FDC819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.23%

R = 52.93%
G = 41.84%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDC819 (or 0xFDC819) is known color: Turbo. HEX triplet: FD, C8 and 19. RGB value is (253,200,25). Sum of RGB (Red+Green+Blue) = 253+200+25=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC819 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC819 is #0237E6. Grayscale: #C4C4C4. Windows color (decimal): -145383 or 1689853. OLE color: 1689853.

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

Color convert

RGB 253 200 25 -
CMYK 0 0.21 0.90 0.01
HSL 46.05º 0.98% 0.55% -
HSV(B) 46.05º 0.9% 0.99% -
XYZ 61.34 62.26 9.7 -
YUV 195.9 31.56 168.73 -
System Red Green Blue C M Y K H S L
Decimal 253 200 25 0 0.21 0.90 0.01 46.05 0.98 0.55
Hex FD C8 19 0 15 5A 1 2E 62 37
Octal 375 310 31 0 25 132 1 56 142 67
Binary 11111101 11001000 11001 0 10101 1011010 1 101110 1100010 110111

Color Harmonies of #FDC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC819

Black with #FDC819

Text Example


Text Example

White with #FDC819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC819; }

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

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

background-color css

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

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

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

border-color css

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

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

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