Html Css Color HEX #FDDA1E Turbo

📋 copy color: '#FDDA1E'

red 253 ◦ green 218 ◦ blue 30

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

Shades of Turbo #FDDA1E

Tints of Turbo #FDDA1E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.51%

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

R = 50.5%
G = 43.51%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDDA1E (or 0xFDDA1E) is known color: Turbo. HEX triplet: FD, DA and 1E. RGB value is (253,218,30). Sum of RGB (Red+Green+Blue) = 253+218+30=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 30 (12.11% from 255 or 5.99% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA1E is #0225E1. Grayscale: #CFCFCF. Windows color (decimal): -140770 or 2022141. OLE color: 2022141.

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

Color convert

RGB 253 218 30 -
CMYK 0 0.14 0.88 0.01
HSL 50.58º 0.98% 0.55% -
HSV(B) 50.58º 0.88% 0.99% -
XYZ 65.81 71.12 11.49 -
YUV 207.03 28.1 160.79 -
System Red Green Blue C M Y K H S L
Decimal 253 218 30 0 0.14 0.88 0.01 50.58 0.98 0.55
Hex FD DA 1E 0 E 58 1 33 62 37
Octal 375 332 36 0 16 130 1 63 142 67
Binary 11111101 11011010 11110 0 1110 1011000 1 110011 1100010 110111

Color Harmonies of #FDDA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA1E

Black with #FDDA1E

Text Example


Text Example

White with #FDDA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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