Html Css Color HEX #FFDB1E Turbo

📋 copy color: '#FFDB1E'

red 255 ◦ green 219 ◦ blue 30

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

Shades of Turbo #FFDB1E

Tints of Turbo #FFDB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.95%

R = 50.6%
G = 43.45%
B = 5.95%

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

#FFDB1E (or 0xFFDB1E) is known color: Turbo. HEX triplet: FF, DB and 1E. RGB value is (255,219,30). Sum of RGB (Red+Green+Blue) = 255+219+30=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 30 (12.11% from 255 or 5.95% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB1E is #0024E1. Grayscale: #D1D1D1. Windows color (decimal): -9442 or 2022399. OLE color: 2022399.

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

Color convert

RGB 255 219 30 -
CMYK 0 0.14 0.88 0
HSL 50.4º 1% 0.56% -
HSV(B) 50.4º 0.88% 1% -
XYZ 66.81 72.02 11.61 -
YUV 208.22 27.43 161.37 -
System Red Green Blue C M Y K H S L
Decimal 255 219 30 0 0.14 0.88 0 50.4 1 0.56
Hex FF DB 1E 0 E 58 0 32 64 38
Octal 377 333 36 0 16 130 0 62 144 70
Binary 11111111 11011011 11110 0 1110 1011000 0 110010 1100100 111000

Color Harmonies of #FFDB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB1E

Black with #FFDB1E

Text Example


Text Example

White with #FFDB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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