Html Css Color HEX #FBA530 Lightning Yellow

📋 copy color: '#FBA530'

red 251 ◦ green 165 ◦ blue 48

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

Shades of Lightning Yellow #FBA530

Tints of Lightning Yellow #FBA530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

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

R = 54.09%
G = 35.56%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBA530 (or 0xFBA530) is known color: Lightning Yellow. HEX triplet: FB, A5 and 30. RGB value is (251,165,48). Sum of RGB (Red+Green+Blue) = 251+165+48=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA530 is #045ACF. Grayscale: #B1B1B1. Windows color (decimal): -285392 or 3188219. OLE color: 3188219.

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

Color convert

RGB 251 165 48 -
CMYK 0 0.34 0.81 0.02
HSL 34.58º 0.96% 0.59% -
HSV(B) 34.58º 0.81% 0.98% -
XYZ 53.77 47.63 9.16 -
YUV 177.38 54.99 180.51 -
System Red Green Blue C M Y K H S L
Decimal 251 165 48 0 0.34 0.81 0.02 34.58 0.96 0.59
Hex FB A5 30 0 22 51 2 23 60 3B
Octal 373 245 60 0 42 121 2 43 140 73
Binary 11111011 10100101 110000 0 100010 1010001 10 100011 1100000 111011

Color Harmonies of #FBA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA530

Black with #FBA530

Text Example


Text Example

White with #FBA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA530; }

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

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

background-color css

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

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

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

border-color css

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

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

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