Html Css Color HEX #FDDA1D Turbo

📋 copy color: '#FDDA1D'

red 253 ◦ green 218 ◦ blue 29

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

Shades of Turbo #FDDA1D

Tints of Turbo #FDDA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.8%

R = 50.6%
G = 43.6%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDDA1D (or 0xFDDA1D) is known color: Turbo. HEX triplet: FD, DA and 1D. RGB value is (253,218,29). Sum of RGB (Red+Green+Blue) = 253+218+29=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 29 (11.72% from 255 or 5.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA1D is #0225E2. Grayscale: #CFCFCF. Windows color (decimal): -140771 or 1956605. OLE color: 1956605.

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

Color convert

RGB 253 218 29 -
CMYK 0 0.14 0.89 0.01
HSL 50.63º 0.98% 0.55% -
HSV(B) 50.63º 0.89% 0.99% -
XYZ 65.8 71.11 11.42 -
YUV 206.92 27.6 160.87 -
System Red Green Blue C M Y K H S L
Decimal 253 218 29 0 0.14 0.89 0.01 50.63 0.98 0.55
Hex FD DA 1D 0 E 59 1 33 62 37
Octal 375 332 35 0 16 131 1 63 142 67
Binary 11111101 11011010 11101 0 1110 1011001 1 110011 1100010 110111

Color Harmonies of #FDDA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA1D

Black with #FDDA1D

Text Example


Text Example

White with #FDDA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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