Html Css Color HEX #FBDC1D Turbo

📋 copy color: '#FBDC1D'

red 251 ◦ green 220 ◦ blue 29

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

Shades of Turbo #FBDC1D

Tints of Turbo #FBDC1D

RGB

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

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

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

R = 50.2%
G = 44%
B = 5.8%

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

#FBDC1D (or 0xFBDC1D) is known color: Turbo. HEX triplet: FB, DC and 1D. RGB value is (251,220,29). Sum of RGB (Red+Green+Blue) = 251+220+29=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 29 (11.72% from 255 or 5.8% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC1D is #0423E2. Grayscale: #D0D0D0. Windows color (decimal): -271331 or 1957115. OLE color: 1957115.

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

Color convert

RGB 251 220 29 -
CMYK 0 0.12 0.88 0.02
HSL 51.62º 0.97% 0.55% -
HSV(B) 51.62º 0.88% 0.98% -
XYZ 65.6 71.78 11.56 -
YUV 207.5 27.27 159.03 -
System Red Green Blue C M Y K H S L
Decimal 251 220 29 0 0.12 0.88 0.02 51.62 0.97 0.55
Hex FB DC 1D 0 C 58 2 34 61 37
Octal 373 334 35 0 14 130 2 64 141 67
Binary 11111011 11011100 11101 0 1100 1011000 10 110100 1100001 110111

Color Harmonies of #FBDC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC1D

Black with #FBDC1D

Text Example


Text Example

White with #FBDC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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