Html Css Color HEX #FBA230 Lightning Yellow

📋 copy color: '#FBA230'

red 251 ◦ green 162 ◦ blue 48

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

Shades of Lightning Yellow #FBA230

Tints of Lightning Yellow #FBA230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.41%

R = 54.45%
G = 35.14%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBA230 (or 0xFBA230) is known color: Lightning Yellow. HEX triplet: FB, A2 and 30. RGB value is (251,162,48). Sum of RGB (Red+Green+Blue) = 251+162+48=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA230 is #045DCF. Grayscale: #B0B0B0. Windows color (decimal): -286160 or 3187451. OLE color: 3187451.

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

Color convert

RGB 251 162 48 -
CMYK 0 0.35 0.81 0.02
HSL 33.69º 0.96% 0.59% -
HSV(B) 33.69º 0.81% 0.98% -
XYZ 53.24 46.56 8.98 -
YUV 175.62 55.99 181.77 -
System Red Green Blue C M Y K H S L
Decimal 251 162 48 0 0.35 0.81 0.02 33.69 0.96 0.59
Hex FB A2 30 0 23 51 2 22 60 3B
Octal 373 242 60 0 43 121 2 42 140 73
Binary 11111011 10100010 110000 0 100011 1010001 10 100010 1100000 111011

Color Harmonies of #FBA230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA230

Black with #FBA230

Text Example


Text Example

White with #FBA230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA230; }

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

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

background-color css

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

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

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

border-color css

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

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

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