Html Css Color HEX #FBA527 Lightning Yellow

📋 copy color: '#FBA527'

red 251 ◦ green 165 ◦ blue 39

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

Shades of Lightning Yellow #FBA527

Tints of Lightning Yellow #FBA527

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.26%

 BLUE value IS 39 (15.63% from 255) = 8.57%

R = 55.16%
G = 36.26%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBA527 (or 0xFBA527) is known color: Lightning Yellow. HEX triplet: FB, A5 and 27. RGB value is (251,165,39). Sum of RGB (Red+Green+Blue) = 251+165+39=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA527 is #045AD8. Grayscale: #B0B0B0. Windows color (decimal): -285401 or 2598395. OLE color: 2598395.

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

Color convert

RGB 251 165 39 -
CMYK 0 0.34 0.84 0.02
HSL 35.66º 0.96% 0.57% -
HSV(B) 35.66º 0.84% 0.98% -
XYZ 53.61 47.57 8.28 -
YUV 176.35 50.49 181.25 -
System Red Green Blue C M Y K H S L
Decimal 251 165 39 0 0.34 0.84 0.02 35.66 0.96 0.57
Hex FB A5 27 0 22 54 2 24 60 39
Octal 373 245 47 0 42 124 2 44 140 71
Binary 11111011 10100101 100111 0 100010 1010100 10 100100 1100000 111001

Color Harmonies of #FBA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA527

Black with #FBA527

Text Example


Text Example

White with #FBA527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA527; }

 p { color: rgb(251,165,39); }

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

background-color css

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

 a { background-color: rgb(251,165,39); }

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

border-color css

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

 span { border-color: rgb(251,165,39); }

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