Html Css Color HEX #FDCD18 Turbo

📋 copy color: '#FDCD18'

red 253 ◦ green 205 ◦ blue 24

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

Shades of Turbo #FDCD18

Tints of Turbo #FDCD18

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

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

R = 52.49%
G = 42.53%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDCD18 (or 0xFDCD18) is known color: Turbo. HEX triplet: FD, CD and 18. RGB value is (253,205,24). Sum of RGB (Red+Green+Blue) = 253+205+24=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD18 is #0232E7. Grayscale: #C7C7C7. Windows color (decimal): -144104 or 1625597. OLE color: 1625597.

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

Color convert

RGB 253 205 24 -
CMYK 0 0.19 0.91 0.01
HSL 47.42º 0.98% 0.54% -
HSV(B) 47.42º 0.91% 0.99% -
XYZ 62.5 64.61 10.04 -
YUV 198.72 29.4 166.72 -
System Red Green Blue C M Y K H S L
Decimal 253 205 24 0 0.19 0.91 0.01 47.42 0.98 0.54
Hex FD CD 18 0 13 5B 1 2F 62 36
Octal 375 315 30 0 23 133 1 57 142 66
Binary 11111101 11001101 11000 0 10011 1011011 1 101111 1100010 110110

Color Harmonies of #FDCD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD18

Black with #FDCD18

Text Example


Text Example

White with #FDCD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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