Html Css Color HEX #FBA239 Lightning Yellow

📋 copy color: '#FBA239'

red 251 ◦ green 162 ◦ blue 57

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

Shades of Lightning Yellow #FBA239

Tints of Lightning Yellow #FBA239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.13%

R = 53.4%
G = 34.47%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FBA239 (or 0xFBA239) is known color: Lightning Yellow. HEX triplet: FB, A2 and 39. RGB value is (251,162,57). Sum of RGB (Red+Green+Blue) = 251+162+57=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 57 (22.66% from 255 or 12.13% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA239 is #045DC6. Grayscale: #B1B1B1. Windows color (decimal): -286151 or 3777275. OLE color: 3777275.

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

Color convert

RGB 251 162 57 -
CMYK 0 0.35 0.77 0.02
HSL 32.47º 0.96% 0.6% -
HSV(B) 32.47º 0.77% 0.98% -
XYZ 53.44 46.65 10.06 -
YUV 176.64 60.49 181.04 -
System Red Green Blue C M Y K H S L
Decimal 251 162 57 0 0.35 0.77 0.02 32.47 0.96 0.6
Hex FB A2 39 0 23 4D 2 20 60 3C
Octal 373 242 71 0 43 115 2 40 140 74
Binary 11111011 10100010 111001 0 100011 1001101 10 100000 1100000 111100

Color Harmonies of #FBA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA239

Black with #FBA239

Text Example


Text Example

White with #FBA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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