Html Css Color HEX #FBA036 Lightning Yellow

📋 copy color: '#FBA036'

red 251 ◦ green 160 ◦ blue 54

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

Shades of Lightning Yellow #FBA036

Tints of Lightning Yellow #FBA036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.61%

R = 53.98%
G = 34.41%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FBA036 (or 0xFBA036) is known color: Lightning Yellow. HEX triplet: FB, A0 and 36. RGB value is (251,160,54). Sum of RGB (Red+Green+Blue) = 251+160+54=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 54 (21.48% from 255 or 11.61% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA036 is #045FC9. Grayscale: #AFAFAF. Windows color (decimal): -286666 or 3580155. OLE color: 3580155.

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

Color convert

RGB 251 160 54 -
CMYK 0 0.36 0.78 0.02
HSL 32.28º 0.96% 0.6% -
HSV(B) 32.28º 0.78% 0.98% -
XYZ 53.02 45.92 9.56 -
YUV 175.13 59.65 182.12 -
System Red Green Blue C M Y K H S L
Decimal 251 160 54 0 0.36 0.78 0.02 32.28 0.96 0.6
Hex FB A0 36 0 24 4E 2 20 60 3C
Octal 373 240 66 0 44 116 2 40 140 74
Binary 11111011 10100000 110110 0 100100 1001110 10 100000 1100000 111100

Color Harmonies of #FBA036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA036

Black with #FBA036

Text Example


Text Example

White with #FBA036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA036; }

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

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

background-color css

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

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

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

border-color css

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

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

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