Html Css Color HEX #FBA730 Lightning Yellow

📋 copy color: '#FBA730'

red 251 ◦ green 167 ◦ blue 48

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

Shades of Lightning Yellow #FBA730

Tints of Lightning Yellow #FBA730

RGB

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

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

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

R = 53.86%
G = 35.84%
B = 10.3%

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

#FBA730 (or 0xFBA730) is known color: Lightning Yellow. HEX triplet: FB, A7 and 30. RGB value is (251,167,48). Sum of RGB (Red+Green+Blue) = 251+167+48=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA730 is #0458CF. Grayscale: #B3B3B3. Windows color (decimal): -284880 or 3188731. OLE color: 3188731.

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

Color convert

RGB 251 167 48 -
CMYK 0 0.33 0.81 0.02
HSL 35.17º 0.96% 0.59% -
HSV(B) 35.17º 0.81% 0.98% -
XYZ 54.14 48.36 9.28 -
YUV 178.55 54.33 179.68 -
System Red Green Blue C M Y K H S L
Decimal 251 167 48 0 0.33 0.81 0.02 35.17 0.96 0.59
Hex FB A7 30 0 21 51 2 23 60 3B
Octal 373 247 60 0 41 121 2 43 140 73
Binary 11111011 10100111 110000 0 100001 1010001 10 100011 1100000 111011

Color Harmonies of #FBA730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA730

Black with #FBA730

Text Example


Text Example

White with #FBA730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA730; }

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

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

background-color css

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

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

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

border-color css

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

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

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