Html Css Color HEX #FBA222 Lightning Yellow

📋 copy color: '#FBA222'

red 251 ◦ green 162 ◦ blue 34

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

Shades of Lightning Yellow #FBA222

Tints of Lightning Yellow #FBA222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.61%

R = 56.15%
G = 36.24%
B = 7.61%

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

#FBA222 (or 0xFBA222) is known color: Lightning Yellow. HEX triplet: FB, A2 and 22. RGB value is (251,162,34). Sum of RGB (Red+Green+Blue) = 251+162+34=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA222 is #045DDD. Grayscale: #AEAEAE. Windows color (decimal): -286174 or 2269947. OLE color: 2269947.

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

Color convert

RGB 251 162 34 -
CMYK 0 0.35 0.86 0.02
HSL 35.39º 0.96% 0.56% -
HSV(B) 35.39º 0.86% 0.98% -
XYZ 52.99 46.47 7.69 -
YUV 174.02 48.99 182.91 -
System Red Green Blue C M Y K H S L
Decimal 251 162 34 0 0.35 0.86 0.02 35.39 0.96 0.56
Hex FB A2 22 0 23 56 2 23 60 38
Octal 373 242 42 0 43 126 2 43 140 70
Binary 11111011 10100010 100010 0 100011 1010110 10 100011 1100000 111000

Color Harmonies of #FBA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA222

Black with #FBA222

Text Example


Text Example

White with #FBA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA222; }

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

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

background-color css

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

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

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

border-color css

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

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

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