Html Css Color HEX #FBC525 Turbo

📋 copy color: '#FBC525'

red 251 ◦ green 197 ◦ blue 37

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

Shades of Turbo #FBC525

Tints of Turbo #FBC525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.63%

R = 51.75%
G = 40.62%
B = 7.63%

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

#FBC525 (or 0xFBC525) is known color: Turbo. HEX triplet: FB, C5 and 25. RGB value is (251,197,37). Sum of RGB (Red+Green+Blue) = 251+197+37=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC525 is #043ADA. Grayscale: #C3C3C3. Windows color (decimal): -277211 or 2475515. OLE color: 2475515.

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

Color convert

RGB 251 197 37 -
CMYK 0 0.22 0.85 0.02
HSL 44.86º 0.96% 0.56% -
HSV(B) 44.86º 0.85% 0.98% -
XYZ 60.08 60.58 10.28 -
YUV 194.91 38.89 168.01 -
System Red Green Blue C M Y K H S L
Decimal 251 197 37 0 0.22 0.85 0.02 44.86 0.96 0.56
Hex FB C5 25 0 16 55 2 2D 60 38
Octal 373 305 45 0 26 125 2 55 140 70
Binary 11111011 11000101 100101 0 10110 1010101 10 101101 1100000 111000

Color Harmonies of #FBC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC525

Black with #FBC525

Text Example


Text Example

White with #FBC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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