Html Css Color HEX #FDC618 Turbo

📋 copy color: '#FDC618'

red 253 ◦ green 198 ◦ blue 24

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

Shades of Turbo #FDC618

Tints of Turbo #FDC618

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.68%

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

R = 53.26%
G = 41.68%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDC618 (or 0xFDC618) is known color: Turbo. HEX triplet: FD, C6 and 18. RGB value is (253,198,24). Sum of RGB (Red+Green+Blue) = 253+198+24=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC618 is #0239E7. Grayscale: #C3C3C3. Windows color (decimal): -145896 or 1623805. OLE color: 1623805.

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

Color convert

RGB 253 198 24 -
CMYK 0 0.22 0.91 0.01
HSL 45.59º 0.98% 0.54% -
HSV(B) 45.59º 0.91% 0.99% -
XYZ 60.87 61.34 9.5 -
YUV 194.61 31.72 169.65 -
System Red Green Blue C M Y K H S L
Decimal 253 198 24 0 0.22 0.91 0.01 45.59 0.98 0.54
Hex FD C6 18 0 16 5B 1 2E 62 36
Octal 375 306 30 0 26 133 1 56 142 66
Binary 11111101 11000110 11000 0 10110 1011011 1 101110 1100010 110110

Color Harmonies of #FDC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC618

Black with #FDC618

Text Example


Text Example

White with #FDC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC618; }

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

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

background-color css

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

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

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

border-color css

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

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

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