Html Css Color HEX #FBC526 Turbo

📋 copy color: '#FBC526'

red 251 ◦ green 197 ◦ blue 38

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

Shades of Turbo #FBC526

Tints of Turbo #FBC526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.82%

R = 51.65%
G = 40.53%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBC526 (or 0xFBC526) is known color: Turbo. HEX triplet: FB, C5 and 26. RGB value is (251,197,38). Sum of RGB (Red+Green+Blue) = 251+197+38=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 38 (15.23% from 255 or 7.82% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC526 is #043AD9. Grayscale: #C3C3C3. Windows color (decimal): -277210 or 2541051. OLE color: 2541051.

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

Color convert

RGB 251 197 38 -
CMYK 0 0.22 0.85 0.02
HSL 44.79º 0.96% 0.57% -
HSV(B) 44.79º 0.85% 0.98% -
XYZ 60.1 60.58 10.36 -
YUV 195.02 39.39 167.93 -
System Red Green Blue C M Y K H S L
Decimal 251 197 38 0 0.22 0.85 0.02 44.79 0.96 0.57
Hex FB C5 26 0 16 55 2 2D 60 39
Octal 373 305 46 0 26 125 2 55 140 71
Binary 11111011 11000101 100110 0 10110 1010101 10 101101 1100000 111001

Color Harmonies of #FBC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC526

Black with #FBC526

Text Example


Text Example

White with #FBC526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC526; }

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

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

background-color css

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

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

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

border-color css

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

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

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