Html Css Color HEX #FBA229 Lightning Yellow

📋 copy color: '#FBA229'

red 251 ◦ green 162 ◦ blue 41

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

Shades of Lightning Yellow #FBA229

Tints of Lightning Yellow #FBA229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.03%

R = 55.29%
G = 35.68%
B = 9.03%

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

#FBA229 (or 0xFBA229) is known color: Lightning Yellow. HEX triplet: FB, A2 and 29. RGB value is (251,162,41). Sum of RGB (Red+Green+Blue) = 251+162+41=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA229 is #045DD6. Grayscale: #AFAFAF. Windows color (decimal): -286167 or 2728699. OLE color: 2728699.

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

Color convert

RGB 251 162 41 -
CMYK 0 0.35 0.84 0.02
HSL 34.57º 0.96% 0.57% -
HSV(B) 34.57º 0.84% 0.98% -
XYZ 53.1 46.51 8.28 -
YUV 174.82 52.49 182.34 -
System Red Green Blue C M Y K H S L
Decimal 251 162 41 0 0.35 0.84 0.02 34.57 0.96 0.57
Hex FB A2 29 0 23 54 2 23 60 39
Octal 373 242 51 0 43 124 2 43 140 71
Binary 11111011 10100010 101001 0 100011 1010100 10 100011 1100000 111001

Color Harmonies of #FBA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA229

Black with #FBA229

Text Example


Text Example

White with #FBA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA229; }

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

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

background-color css

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

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

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

border-color css

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

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

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