Html Css Color HEX #FBDB1F Turbo

📋 copy color: '#FBDB1F'

red 251 ◦ green 219 ◦ blue 31

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

Shades of Turbo #FBDB1F

Tints of Turbo #FBDB1F

RGB

 RED value IS 251 (98.44% from 255) = 50.1%

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

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

R = 50.1%
G = 43.71%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBDB1F (or 0xFBDB1F) is known color: Turbo. HEX triplet: FB, DB and 1F. RGB value is (251,219,31). Sum of RGB (Red+Green+Blue) = 251+219+31=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 31 (12.5% from 255 or 6.19% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB1F is #0424E0. Grayscale: #CFCFCF. Windows color (decimal): -271585 or 2087931. OLE color: 2087931.

HSL color Cylindrical-coordinate representation of color #FBDB1F: hue angle of 51.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FBDB1F is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 219 31 -
CMYK 0 0.13 0.88 0.02
HSL 51.27º 0.96% 0.55% -
HSV(B) 51.27º 0.88% 0.98% -
XYZ 65.36 71.27 11.61 -
YUV 207.14 28.6 159.29 -
System Red Green Blue C M Y K H S L
Decimal 251 219 31 0 0.13 0.88 0.02 51.27 0.96 0.55
Hex FB DB 1F 0 D 58 2 33 60 37
Octal 373 333 37 0 15 130 2 63 140 67
Binary 11111011 11011011 11111 0 1101 1011000 10 110011 1100000 110111

Color Harmonies of #FBDB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB1F

Black with #FBDB1F

Text Example


Text Example

White with #FBDB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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