Html Css Color HEX #FBA224 Lightning Yellow

📋 copy color: '#FBA224'

red 251 ◦ green 162 ◦ blue 36

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

Shades of Lightning Yellow #FBA224

Tints of Lightning Yellow #FBA224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

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

R = 55.9%
G = 36.08%
B = 8.02%

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

#FBA224 (or 0xFBA224) is known color: Lightning Yellow. HEX triplet: FB, A2 and 24. RGB value is (251,162,36). Sum of RGB (Red+Green+Blue) = 251+162+36=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA224 is #045DDB. Grayscale: #AEAEAE. Windows color (decimal): -286172 or 2401019. OLE color: 2401019.

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

Color convert

RGB 251 162 36 -
CMYK 0 0.35 0.86 0.02
HSL 35.16º 0.96% 0.56% -
HSV(B) 35.16º 0.86% 0.98% -
XYZ 53.02 46.48 7.85 -
YUV 174.25 49.99 182.75 -
System Red Green Blue C M Y K H S L
Decimal 251 162 36 0 0.35 0.86 0.02 35.16 0.96 0.56
Hex FB A2 24 0 23 56 2 23 60 38
Octal 373 242 44 0 43 126 2 43 140 70
Binary 11111011 10100010 100100 0 100011 1010110 10 100011 1100000 111000

Color Harmonies of #FBA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA224

Black with #FBA224

Text Example


Text Example

White with #FBA224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA224; }

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

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

background-color css

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

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

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

border-color css

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

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

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