Html Css Color HEX #FBA225 Lightning Yellow

📋 copy color: '#FBA225'

red 251 ◦ green 162 ◦ blue 37

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

Shades of Lightning Yellow #FBA225

Tints of Lightning Yellow #FBA225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.22%

R = 55.78%
G = 36%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBA225 (or 0xFBA225) is known color: Lightning Yellow. HEX triplet: FB, A2 and 25. RGB value is (251,162,37). Sum of RGB (Red+Green+Blue) = 251+162+37=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA225 is #045DDA. Grayscale: #AEAEAE. Windows color (decimal): -286171 or 2466555. OLE color: 2466555.

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

Color convert

RGB 251 162 37 -
CMYK 0 0.35 0.85 0.02
HSL 35.05º 0.96% 0.56% -
HSV(B) 35.05º 0.85% 0.98% -
XYZ 53.04 46.48 7.93 -
YUV 174.36 50.49 182.66 -
System Red Green Blue C M Y K H S L
Decimal 251 162 37 0 0.35 0.85 0.02 35.05 0.96 0.56
Hex FB A2 25 0 23 55 2 23 60 38
Octal 373 242 45 0 43 125 2 43 140 70
Binary 11111011 10100010 100101 0 100011 1010101 10 100011 1100000 111000

Color Harmonies of #FBA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA225

Black with #FBA225

Text Example


Text Example

White with #FBA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA225; }

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

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

background-color css

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

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

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

border-color css

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

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

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