Html Css Color HEX #FDDC1E Turbo

📋 copy color: '#FDDC1E'

red 253 ◦ green 220 ◦ blue 30

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

Shades of Turbo #FDDC1E

Tints of Turbo #FDDC1E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.74%

 BLUE value IS 30 (12.11% from 255) = 5.96%

R = 50.3%
G = 43.74%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDDC1E (or 0xFDDC1E) is known color: Turbo. HEX triplet: FD, DC and 1E. RGB value is (253,220,30). Sum of RGB (Red+Green+Blue) = 253+220+30=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 30 (12.11% from 255 or 5.96% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC1E is #0223E1. Grayscale: #D1D1D1. Windows color (decimal): -140258 or 2022653. OLE color: 2022653.

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

Color convert

RGB 253 220 30 -
CMYK 0 0.13 0.88 0.01
HSL 51.12º 0.98% 0.55% -
HSV(B) 51.12º 0.88% 0.99% -
XYZ 66.34 72.16 11.66 -
YUV 208.21 27.43 159.95 -
System Red Green Blue C M Y K H S L
Decimal 253 220 30 0 0.13 0.88 0.01 51.12 0.98 0.55
Hex FD DC 1E 0 D 58 1 33 62 37
Octal 375 334 36 0 15 130 1 63 142 67
Binary 11111101 11011100 11110 0 1101 1011000 1 110011 1100010 110111

Color Harmonies of #FDDC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC1E

Black with #FDDC1E

Text Example


Text Example

White with #FDDC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC1E; }

 p { color: rgb(253,220,30); }

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

background-color css

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

 a { background-color: rgb(253,220,30); }

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

border-color css

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

 span { border-color: rgb(253,220,30); }

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