Html Css Color HEX #FBC522 Turbo

📋 copy color: '#FBC522'

red 251 ◦ green 197 ◦ blue 34

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

Shades of Turbo #FBC522

Tints of Turbo #FBC522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.05%

R = 52.07%
G = 40.87%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBC522 (or 0xFBC522) is known color: Turbo. HEX triplet: FB, C5 and 22. RGB value is (251,197,34). Sum of RGB (Red+Green+Blue) = 251+197+34=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC522 is #043ADD. Grayscale: #C3C3C3. Windows color (decimal): -277214 or 2278907. OLE color: 2278907.

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

Color convert

RGB 251 197 34 -
CMYK 0 0.22 0.86 0.02
HSL 45.07º 0.96% 0.56% -
HSV(B) 45.07º 0.86% 0.98% -
XYZ 60.04 60.56 10.04 -
YUV 194.56 37.39 168.25 -
System Red Green Blue C M Y K H S L
Decimal 251 197 34 0 0.22 0.86 0.02 45.07 0.96 0.56
Hex FB C5 22 0 16 56 2 2D 60 38
Octal 373 305 42 0 26 126 2 55 140 70
Binary 11111011 11000101 100010 0 10110 1010110 10 101101 1100000 111000

Color Harmonies of #FBC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC522

Black with #FBC522

Text Example


Text Example

White with #FBC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC522; }

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

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

background-color css

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

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

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

border-color css

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

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

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