Html Css Color HEX #FBA324 Lightning Yellow

📋 copy color: '#FBA324'

red 251 ◦ green 163 ◦ blue 36

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

Shades of Lightning Yellow #FBA324

Tints of Lightning Yellow #FBA324

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.22%

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

R = 55.78%
G = 36.22%
B = 8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBA324 (or 0xFBA324) is known color: Lightning Yellow. HEX triplet: FB, A3 and 24. RGB value is (251,163,36). Sum of RGB (Red+Green+Blue) = 251+163+36=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA324 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA324 is #045CDB. Grayscale: #AFAFAF. Windows color (decimal): -285916 or 2401275. OLE color: 2401275.

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

Color convert

RGB 251 163 36 -
CMYK 0 0.35 0.86 0.02
HSL 35.44º 0.96% 0.56% -
HSV(B) 35.44º 0.86% 0.98% -
XYZ 53.2 46.83 7.9 -
YUV 174.83 49.65 182.33 -
System Red Green Blue C M Y K H S L
Decimal 251 163 36 0 0.35 0.86 0.02 35.44 0.96 0.56
Hex FB A3 24 0 23 56 2 23 60 38
Octal 373 243 44 0 43 126 2 43 140 70
Binary 11111011 10100011 100100 0 100011 1010110 10 100011 1100000 111000

Color Harmonies of #FBA324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA324

Black with #FBA324

Text Example


Text Example

White with #FBA324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA324; }

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

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

background-color css

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

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

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

border-color css

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

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

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