Html Css Color HEX #FBDD1F Turbo

📋 copy color: '#FBDD1F'

red 251 ◦ green 221 ◦ blue 31

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

Shades of Turbo #FBDD1F

Tints of Turbo #FBDD1F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.94%

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

R = 49.9%
G = 43.94%
B = 6.16%

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

#FBDD1F (or 0xFBDD1F) is known color: Turbo. HEX triplet: FB, DD and 1F. RGB value is (251,221,31). Sum of RGB (Red+Green+Blue) = 251+221+31=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 31 (12.5% from 255 or 6.16% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD1F is #0422E0. Grayscale: #D1D1D1. Windows color (decimal): -271073 or 2088443. OLE color: 2088443.

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

Color convert

RGB 251 221 31 -
CMYK 0 0.12 0.88 0.02
HSL 51.82º 0.96% 0.55% -
HSV(B) 51.82º 0.88% 0.98% -
XYZ 65.89 72.32 11.78 -
YUV 208.31 27.94 158.45 -
System Red Green Blue C M Y K H S L
Decimal 251 221 31 0 0.12 0.88 0.02 51.82 0.96 0.55
Hex FB DD 1F 0 C 58 2 34 60 37
Octal 373 335 37 0 14 130 2 64 140 67
Binary 11111011 11011101 11111 0 1100 1011000 10 110100 1100000 110111

Color Harmonies of #FBDD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD1F

Black with #FBDD1F

Text Example


Text Example

White with #FBDD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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