Html Css Color HEX #FBA831 Lightning Yellow

📋 copy color: '#FBA831'

red 251 ◦ green 168 ◦ blue 49

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

Shades of Lightning Yellow #FBA831

Tints of Lightning Yellow #FBA831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.9%

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

R = 53.63%
G = 35.9%
B = 10.47%

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

#FBA831 (or 0xFBA831) is known color: Lightning Yellow. HEX triplet: FB, A8 and 31. RGB value is (251,168,49). Sum of RGB (Red+Green+Blue) = 251+168+49=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA831 is #0457CE. Grayscale: #B3B3B3. Windows color (decimal): -284623 or 3254523. OLE color: 3254523.

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

Color convert

RGB 251 168 49 -
CMYK 0 0.33 0.80 0.02
HSL 35.35º 0.96% 0.59% -
HSV(B) 35.35º 0.8% 0.98% -
XYZ 54.34 48.74 9.45 -
YUV 179.25 54.5 179.18 -
System Red Green Blue C M Y K H S L
Decimal 251 168 49 0 0.33 0.80 0.02 35.35 0.96 0.59
Hex FB A8 31 0 21 50 2 23 60 3B
Octal 373 250 61 0 41 120 2 43 140 73
Binary 11111011 10101000 110001 0 100001 1010000 10 100011 1100000 111011

Color Harmonies of #FBA831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA831

Black with #FBA831

Text Example


Text Example

White with #FBA831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA831; }

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

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

background-color css

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

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

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

border-color css

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

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

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