Html Css Color HEX #FBC521 Turbo

📋 copy color: '#FBC521'

red 251 ◦ green 197 ◦ blue 33

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

Shades of Turbo #FBC521

Tints of Turbo #FBC521

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.96%

 BLUE value IS 33 (13.28% from 255) = 6.86%

R = 52.18%
G = 40.96%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FBC521 (or 0xFBC521) is known color: Turbo. HEX triplet: FB, C5 and 21. RGB value is (251,197,33). Sum of RGB (Red+Green+Blue) = 251+197+33=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC521 is #043ADE. Grayscale: #C3C3C3. Windows color (decimal): -277215 or 2213371. OLE color: 2213371.

HSL color Cylindrical-coordinate representation of color #FBC521: hue angle of 45.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBC521 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 33 -
CMYK 0 0.22 0.87 0.02
HSL 45.14º 0.96% 0.56% -
HSV(B) 45.14º 0.87% 0.98% -
XYZ 60.02 60.55 9.96 -
YUV 194.45 36.89 168.34 -
System Red Green Blue C M Y K H S L
Decimal 251 197 33 0 0.22 0.87 0.02 45.14 0.96 0.56
Hex FB C5 21 0 16 57 2 2D 60 38
Octal 373 305 41 0 26 127 2 55 140 70
Binary 11111011 11000101 100001 0 10110 1010111 10 101101 1100000 111000

Color Harmonies of #FBC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC521

Black with #FBC521

Text Example


Text Example

White with #FBC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC521; }

 p { color: rgb(251,197,33); }

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

background-color css

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

 a { background-color: rgb(251,197,33); }

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

border-color css

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

 span { border-color: rgb(251,197,33); }

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