Html Css Color HEX #FBDB1B Turbo

📋 copy color: '#FBDB1B'

red 251 ◦ green 219 ◦ blue 27

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

Shades of Turbo #FBDB1B

Tints of Turbo #FBDB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.43%

R = 50.5%
G = 44.06%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FBDB1B (or 0xFBDB1B) is known color: Turbo. HEX triplet: FB, DB and 1B. RGB value is (251,219,27). Sum of RGB (Red+Green+Blue) = 251+219+27=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 27 (10.94% from 255 or 5.43% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB1B is #0424E4. Grayscale: #CFCFCF. Windows color (decimal): -271589 or 1825787. OLE color: 1825787.

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

Color convert

RGB 251 219 27 -
CMYK 0 0.13 0.89 0.02
HSL 51.43º 0.97% 0.55% -
HSV(B) 51.43º 0.89% 0.98% -
XYZ 65.31 71.25 11.35 -
YUV 206.68 26.6 159.61 -
System Red Green Blue C M Y K H S L
Decimal 251 219 27 0 0.13 0.89 0.02 51.43 0.97 0.55
Hex FB DB 1B 0 D 59 2 33 61 37
Octal 373 333 33 0 15 131 2 63 141 67
Binary 11111011 11011011 11011 0 1101 1011001 10 110011 1100001 110111

Color Harmonies of #FBDB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB1B

Black with #FBDB1B

Text Example


Text Example

White with #FBDB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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