Html Css Color HEX #FDDB1F Turbo

📋 copy color: '#FDDB1F'

red 253 ◦ green 219 ◦ blue 31

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

Shades of Turbo #FDDB1F

Tints of Turbo #FDDB1F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.54%

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

R = 50.3%
G = 43.54%
B = 6.16%

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

#FDDB1F (or 0xFDDB1F) is known color: Turbo. HEX triplet: FD, DB and 1F. RGB value is (253,219,31). Sum of RGB (Red+Green+Blue) = 253+219+31=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 31 (12.5% from 255 or 6.16% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB1F is #0224E0. Grayscale: #D0D0D0. Windows color (decimal): -140513 or 2087933. OLE color: 2087933.

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

Color convert

RGB 253 219 31 -
CMYK 0 0.13 0.88 0.01
HSL 50.81º 0.98% 0.56% -
HSV(B) 50.81º 0.88% 0.99% -
XYZ 66.09 71.64 11.64 -
YUV 207.73 28.26 160.29 -
System Red Green Blue C M Y K H S L
Decimal 253 219 31 0 0.13 0.88 0.01 50.81 0.98 0.56
Hex FD DB 1F 0 D 58 1 33 62 38
Octal 375 333 37 0 15 130 1 63 142 70
Binary 11111101 11011011 11111 0 1101 1011000 1 110011 1100010 111000

Color Harmonies of #FDDB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB1F

Black with #FDDB1F

Text Example


Text Example

White with #FDDB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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