Html Css Color HEX #FDDC1F Turbo

📋 copy color: '#FDDC1F'

red 253 ◦ green 220 ◦ blue 31

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

Shades of Turbo #FDDC1F

Tints of Turbo #FDDC1F

RGB

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

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

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

R = 50.2%
G = 43.65%
B = 6.15%

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

#FDDC1F (or 0xFDDC1F) is known color: Turbo. HEX triplet: FD, DC and 1F. RGB value is (253,220,31). Sum of RGB (Red+Green+Blue) = 253+220+31=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 31 (12.5% from 255 or 6.15% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC1F is #0223E0. Grayscale: #D1D1D1. Windows color (decimal): -140257 or 2088189. OLE color: 2088189.

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

Color convert

RGB 253 220 31 -
CMYK 0 0.13 0.88 0.01
HSL 51.08º 0.98% 0.56% -
HSV(B) 51.08º 0.88% 0.99% -
XYZ 66.35 72.17 11.73 -
YUV 208.32 27.93 159.87 -
System Red Green Blue C M Y K H S L
Decimal 253 220 31 0 0.13 0.88 0.01 51.08 0.98 0.56
Hex FD DC 1F 0 D 58 1 33 62 38
Octal 375 334 37 0 15 130 1 63 142 70
Binary 11111101 11011100 11111 0 1101 1011000 1 110011 1100010 111000

Color Harmonies of #FDDC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC1F

Black with #FDDC1F

Text Example


Text Example

White with #FDDC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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