Html Css Color HEX #FBA338 Lightning Yellow

📋 copy color: '#FBA338'

red 251 ◦ green 163 ◦ blue 56

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

Shades of Lightning Yellow #FBA338

Tints of Lightning Yellow #FBA338

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.68%

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

R = 53.4%
G = 34.68%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FBA338 (or 0xFBA338) is known color: Lightning Yellow. HEX triplet: FB, A3 and 38. RGB value is (251,163,56). Sum of RGB (Red+Green+Blue) = 251+163+56=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA338 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA338 is #045CC7. Grayscale: #B1B1B1. Windows color (decimal): -285896 or 3711995. OLE color: 3711995.

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

Color convert

RGB 251 163 56 -
CMYK 0 0.35 0.78 0.02
HSL 32.92º 0.96% 0.6% -
HSV(B) 32.92º 0.78% 0.98% -
XYZ 53.59 46.99 9.99 -
YUV 177.11 59.65 180.7 -
System Red Green Blue C M Y K H S L
Decimal 251 163 56 0 0.35 0.78 0.02 32.92 0.96 0.6
Hex FB A3 38 0 23 4E 2 21 60 3C
Octal 373 243 70 0 43 116 2 41 140 74
Binary 11111011 10100011 111000 0 100011 1001110 10 100001 1100000 111100

Color Harmonies of #FBA338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA338

Black with #FBA338

Text Example


Text Example

White with #FBA338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA338; }

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

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

background-color css

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

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

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

border-color css

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

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

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