Html Css Color HEX #FFDB1F Turbo

📋 copy color: '#FFDB1F'

red 255 ◦ green 219 ◦ blue 31

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

Shades of Turbo #FFDB1F

Tints of Turbo #FFDB1F

RGB

 RED value IS 255 (100% from 255) = 50.5%

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

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

R = 50.5%
G = 43.37%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFDB1F (or 0xFFDB1F) is known color: Turbo. HEX triplet: FF, DB and 1F. RGB value is (255,219,31). Sum of RGB (Red+Green+Blue) = 255+219+31=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 31 (12.5% from 255 or 6.14% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB1F is #0024E0. Grayscale: #D1D1D1. Windows color (decimal): -9441 or 2087935. OLE color: 2087935.

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

Color convert

RGB 255 219 31 -
CMYK 0 0.14 0.88 0
HSL 50.36º 1% 0.56% -
HSV(B) 50.36º 0.88% 1% -
XYZ 66.82 72.02 11.68 -
YUV 208.33 27.93 161.29 -
System Red Green Blue C M Y K H S L
Decimal 255 219 31 0 0.14 0.88 0 50.36 1 0.56
Hex FF DB 1F 0 E 58 0 32 64 38
Octal 377 333 37 0 16 130 0 62 144 70
Binary 11111111 11011011 11111 0 1110 1011000 0 110010 1100100 111000

Color Harmonies of #FFDB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB1F

Black with #FFDB1F

Text Example


Text Example

White with #FFDB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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