Html Css Color HEX #FDDA1F Turbo

📋 copy color: '#FDDA1F'

red 253 ◦ green 218 ◦ blue 31

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

Shades of Turbo #FDDA1F

Tints of Turbo #FDDA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.18%

R = 50.4%
G = 43.43%
B = 6.18%

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

#FDDA1F (or 0xFDDA1F) is known color: Turbo. HEX triplet: FD, DA and 1F. RGB value is (253,218,31). Sum of RGB (Red+Green+Blue) = 253+218+31=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 31 (12.5% from 255 or 6.18% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA1F is #0225E0. Grayscale: #CFCFCF. Windows color (decimal): -140769 or 2087677. OLE color: 2087677.

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

Color convert

RGB 253 218 31 -
CMYK 0 0.14 0.88 0.01
HSL 50.54º 0.98% 0.56% -
HSV(B) 50.54º 0.88% 0.99% -
XYZ 65.83 71.12 11.56 -
YUV 207.15 28.6 160.71 -
System Red Green Blue C M Y K H S L
Decimal 253 218 31 0 0.14 0.88 0.01 50.54 0.98 0.56
Hex FD DA 1F 0 E 58 1 33 62 38
Octal 375 332 37 0 16 130 1 63 142 70
Binary 11111101 11011010 11111 0 1110 1011000 1 110011 1100010 111000

Color Harmonies of #FDDA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA1F

Black with #FDDA1F

Text Example


Text Example

White with #FDDA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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