Html Css Color HEX #FDC818 Turbo

📋 copy color: '#FDC818'

red 253 ◦ green 200 ◦ blue 24

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

Shades of Turbo #FDC818

Tints of Turbo #FDC818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.03%

R = 53.04%
G = 41.93%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDC818 (or 0xFDC818) is known color: Turbo. HEX triplet: FD, C8 and 18. RGB value is (253,200,24). Sum of RGB (Red+Green+Blue) = 253+200+24=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC818 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC818 is #0237E7. Grayscale: #C4C4C4. Windows color (decimal): -145384 or 1624317. OLE color: 1624317.

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

Color convert

RGB 253 200 24 -
CMYK 0 0.21 0.91 0.01
HSL 46.11º 0.98% 0.54% -
HSV(B) 46.11º 0.91% 0.99% -
XYZ 61.33 62.26 9.65 -
YUV 195.78 31.06 168.81 -
System Red Green Blue C M Y K H S L
Decimal 253 200 24 0 0.21 0.91 0.01 46.11 0.98 0.54
Hex FD C8 18 0 15 5B 1 2E 62 36
Octal 375 310 30 0 25 133 1 56 142 66
Binary 11111101 11001000 11000 0 10101 1011011 1 101110 1100010 110110

Color Harmonies of #FDC818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC818

Black with #FDC818

Text Example


Text Example

White with #FDC818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC818; }

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

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

background-color css

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

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

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

border-color css

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

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

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