Html Css Color HEX #FBA039 Lightning Yellow

📋 copy color: '#FBA039'

red 251 ◦ green 160 ◦ blue 57

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

Shades of Lightning Yellow #FBA039

Tints of Lightning Yellow #FBA039

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.19%

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

R = 53.63%
G = 34.19%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FBA039 (or 0xFBA039) is known color: Lightning Yellow. HEX triplet: FB, A0 and 39. RGB value is (251,160,57). Sum of RGB (Red+Green+Blue) = 251+160+57=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 57 (22.66% from 255 or 12.18% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA039 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA039 is #045FC6. Grayscale: #AFAFAF. Windows color (decimal): -286663 or 3776763. OLE color: 3776763.

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

Color convert

RGB 251 160 57 -
CMYK 0 0.36 0.77 0.02
HSL 31.86º 0.96% 0.6% -
HSV(B) 31.86º 0.77% 0.98% -
XYZ 53.09 45.95 9.94 -
YUV 175.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 251 160 57 0 0.36 0.77 0.02 31.86 0.96 0.6
Hex FB A0 39 0 24 4D 2 20 60 3C
Octal 373 240 71 0 44 115 2 40 140 74
Binary 11111011 10100000 111001 0 100100 1001101 10 100000 1100000 111100

Color Harmonies of #FBA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA039

Black with #FBA039

Text Example


Text Example

White with #FBA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA039; }

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

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

background-color css

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

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

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

border-color css

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

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

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