Html Css Color HEX #FBDB1D Turbo

📋 copy color: '#FBDB1D'

red 251 ◦ green 219 ◦ blue 29

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

Shades of Turbo #FBDB1D

Tints of Turbo #FBDB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.81%

R = 50.3%
G = 43.89%
B = 5.81%

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

#FBDB1D (or 0xFBDB1D) is known color: Turbo. HEX triplet: FB, DB and 1D. RGB value is (251,219,29). Sum of RGB (Red+Green+Blue) = 251+219+29=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 29 (11.72% from 255 or 5.81% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB1D is #0424E2. Grayscale: #CFCFCF. Windows color (decimal): -271587 or 1956859. OLE color: 1956859.

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

Color convert

RGB 251 219 29 -
CMYK 0 0.13 0.88 0.02
HSL 51.35º 0.97% 0.55% -
HSV(B) 51.35º 0.88% 0.98% -
XYZ 65.34 71.26 11.47 -
YUV 206.91 27.6 159.45 -
System Red Green Blue C M Y K H S L
Decimal 251 219 29 0 0.13 0.88 0.02 51.35 0.97 0.55
Hex FB DB 1D 0 D 58 2 33 61 37
Octal 373 333 35 0 15 130 2 63 141 67
Binary 11111011 11011011 11101 0 1101 1011000 10 110011 1100001 110111

Color Harmonies of #FBDB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB1D

Black with #FBDB1D

Text Example


Text Example

White with #FBDB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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