Html Css Color HEX #FBA228 Lightning Yellow

📋 copy color: '#FBA228'

red 251 ◦ green 162 ◦ blue 40

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

Shades of Lightning Yellow #FBA228

Tints of Lightning Yellow #FBA228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.83%

R = 55.41%
G = 35.76%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBA228 (or 0xFBA228) is known color: Lightning Yellow. HEX triplet: FB, A2 and 28. RGB value is (251,162,40). Sum of RGB (Red+Green+Blue) = 251+162+40=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA228 is #045DD7. Grayscale: #AFAFAF. Windows color (decimal): -286168 or 2663163. OLE color: 2663163.

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

Color convert

RGB 251 162 40 -
CMYK 0 0.35 0.84 0.02
HSL 34.69º 0.96% 0.57% -
HSV(B) 34.69º 0.84% 0.98% -
XYZ 53.09 46.5 8.19 -
YUV 174.7 51.99 182.42 -
System Red Green Blue C M Y K H S L
Decimal 251 162 40 0 0.35 0.84 0.02 34.69 0.96 0.57
Hex FB A2 28 0 23 54 2 23 60 39
Octal 373 242 50 0 43 124 2 43 140 71
Binary 11111011 10100010 101000 0 100011 1010100 10 100011 1100000 111001

Color Harmonies of #FBA228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA228

Black with #FBA228

Text Example


Text Example

White with #FBA228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA228; }

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

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

background-color css

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

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

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

border-color css

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

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

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