Html Css Color HEX #FBC524 Turbo

📋 copy color: '#FBC524'

red 251 ◦ green 197 ◦ blue 36

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

Shades of Turbo #FBC524

Tints of Turbo #FBC524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.44%

R = 51.86%
G = 40.7%
B = 7.44%

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

#FBC524 (or 0xFBC524) is known color: Turbo. HEX triplet: FB, C5 and 24. RGB value is (251,197,36). Sum of RGB (Red+Green+Blue) = 251+197+36=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 36 (14.45% from 255 or 7.44% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC524 is #043ADB. Grayscale: #C3C3C3. Windows color (decimal): -277212 or 2409979. OLE color: 2409979.

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

Color convert

RGB 251 197 36 -
CMYK 0 0.22 0.86 0.02
HSL 44.93º 0.96% 0.56% -
HSV(B) 44.93º 0.86% 0.98% -
XYZ 60.07 60.57 10.19 -
YUV 194.79 38.39 168.09 -
System Red Green Blue C M Y K H S L
Decimal 251 197 36 0 0.22 0.86 0.02 44.93 0.96 0.56
Hex FB C5 24 0 16 56 2 2D 60 38
Octal 373 305 44 0 26 126 2 55 140 70
Binary 11111011 11000101 100100 0 10110 1010110 10 101101 1100000 111000

Color Harmonies of #FBC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC524

Black with #FBC524

Text Example


Text Example

White with #FBC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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