Html Css Color HEX #FBA930 Lightning Yellow

📋 copy color: '#FBA930'

red 251 ◦ green 169 ◦ blue 48

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

Shades of Lightning Yellow #FBA930

Tints of Lightning Yellow #FBA930

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.11%

 BLUE value IS 48 (19.14% from 255) = 10.26%

R = 53.63%
G = 36.11%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBA930 (or 0xFBA930) is known color: Lightning Yellow. HEX triplet: FB, A9 and 30. RGB value is (251,169,48). Sum of RGB (Red+Green+Blue) = 251+169+48=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA930 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA930 is #0456CF. Grayscale: #B4B4B4. Windows color (decimal): -284368 or 3189243. OLE color: 3189243.

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

Color convert

RGB 251 169 48 -
CMYK 0 0.33 0.81 0.02
HSL 35.76º 0.96% 0.59% -
HSV(B) 35.76º 0.81% 0.98% -
XYZ 54.51 49.1 9.4 -
YUV 179.72 53.67 178.84 -
System Red Green Blue C M Y K H S L
Decimal 251 169 48 0 0.33 0.81 0.02 35.76 0.96 0.59
Hex FB A9 30 0 21 51 2 24 60 3B
Octal 373 251 60 0 41 121 2 44 140 73
Binary 11111011 10101001 110000 0 100001 1010001 10 100100 1100000 111011

Color Harmonies of #FBA930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA930

Black with #FBA930

Text Example


Text Example

White with #FBA930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA930; }

 p { color: rgb(251,169,48); }

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

background-color css

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

 a { background-color: rgb(251,169,48); }

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

border-color css

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

 span { border-color: rgb(251,169,48); }

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