Html Css Color HEX #FBA731 Lightning Yellow

📋 copy color: '#FBA731'

red 251 ◦ green 167 ◦ blue 49

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

Shades of Lightning Yellow #FBA731

Tints of Lightning Yellow #FBA731

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.76%

 BLUE value IS 49 (19.53% from 255) = 10.49%

R = 53.75%
G = 35.76%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBA731 (or 0xFBA731) is known color: Lightning Yellow. HEX triplet: FB, A7 and 31. RGB value is (251,167,49). Sum of RGB (Red+Green+Blue) = 251+167+49=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA731 is #0458CE. Grayscale: #B3B3B3. Windows color (decimal): -284879 or 3254267. OLE color: 3254267.

HSL color Cylindrical-coordinate representation of color #FBA731: hue angle of 35.05º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBA731 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 167 49 -
CMYK 0 0.33 0.80 0.02
HSL 35.05º 0.96% 0.59% -
HSV(B) 35.05º 0.8% 0.98% -
XYZ 54.16 48.37 9.39 -
YUV 178.66 54.83 179.59 -
System Red Green Blue C M Y K H S L
Decimal 251 167 49 0 0.33 0.80 0.02 35.05 0.96 0.59
Hex FB A7 31 0 21 50 2 23 60 3B
Octal 373 247 61 0 41 120 2 43 140 73
Binary 11111011 10100111 110001 0 100001 1010000 10 100011 1100000 111011

Color Harmonies of #FBA731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA731

Black with #FBA731

Text Example


Text Example

White with #FBA731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA731; }

 p { color: rgb(251,167,49); }

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

background-color css

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

 a { background-color: rgb(251,167,49); }

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

border-color css

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

 span { border-color: rgb(251,167,49); }

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