Html Css Color HEX #FBA038 Lightning Yellow

📋 copy color: '#FBA038'

red 251 ◦ green 160 ◦ blue 56

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

Shades of Lightning Yellow #FBA038

Tints of Lightning Yellow #FBA038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.99%

R = 53.75%
G = 34.26%
B = 11.99%

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

#FBA038 (or 0xFBA038) is known color: Lightning Yellow. HEX triplet: FB, A0 and 38. RGB value is (251,160,56). Sum of RGB (Red+Green+Blue) = 251+160+56=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA038 is #045FC7. Grayscale: #AFAFAF. Windows color (decimal): -286664 or 3711227. OLE color: 3711227.

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

Color convert

RGB 251 160 56 -
CMYK 0 0.36 0.78 0.02
HSL 32º 0.96% 0.6% -
HSV(B) 32º 0.78% 0.98% -
XYZ 53.07 45.94 9.81 -
YUV 175.35 60.65 181.96 -
System Red Green Blue C M Y K H S L
Decimal 251 160 56 0 0.36 0.78 0.02 32 0.96 0.6
Hex FB A0 38 0 24 4E 2 20 60 3C
Octal 373 240 70 0 44 116 2 40 140 74
Binary 11111011 10100000 111000 0 100100 1001110 10 100000 1100000 111100

Color Harmonies of #FBA038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA038

Black with #FBA038

Text Example


Text Example

White with #FBA038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA038; }

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

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

background-color css

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

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

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

border-color css

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

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

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