Html Css Color HEX #FBDC1F Turbo

📋 copy color: '#FBDC1F'

red 251 ◦ green 220 ◦ blue 31

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

Shades of Turbo #FBDC1F

Tints of Turbo #FBDC1F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

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

R = 50%
G = 43.82%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBDC1F (or 0xFBDC1F) is known color: Turbo. HEX triplet: FB, DC and 1F. RGB value is (251,220,31). Sum of RGB (Red+Green+Blue) = 251+220+31=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 31 (12.5% from 255 or 6.18% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC1F is #0423E0. Grayscale: #D0D0D0. Windows color (decimal): -271329 or 2088187. OLE color: 2088187.

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

Color convert

RGB 251 220 31 -
CMYK 0 0.12 0.88 0.02
HSL 51.55º 0.96% 0.55% -
HSV(B) 51.55º 0.88% 0.98% -
XYZ 65.62 71.79 11.7 -
YUV 207.72 28.27 158.87 -
System Red Green Blue C M Y K H S L
Decimal 251 220 31 0 0.12 0.88 0.02 51.55 0.96 0.55
Hex FB DC 1F 0 C 58 2 34 60 37
Octal 373 334 37 0 14 130 2 64 140 67
Binary 11111011 11011100 11111 0 1100 1011000 10 110100 1100000 110111

Color Harmonies of #FBDC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC1F

Black with #FBDC1F

Text Example


Text Example

White with #FBDC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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