Html Css Color HEX #FBA430 Lightning Yellow

📋 copy color: '#FBA430'

red 251 ◦ green 164 ◦ blue 48

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

Shades of Lightning Yellow #FBA430

Tints of Lightning Yellow #FBA430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

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

R = 54.21%
G = 35.42%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBA430 (or 0xFBA430) is known color: Lightning Yellow. HEX triplet: FB, A4 and 30. RGB value is (251,164,48). Sum of RGB (Red+Green+Blue) = 251+164+48=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA430 is #045BCF. Grayscale: #B1B1B1. Windows color (decimal): -285648 or 3187963. OLE color: 3187963.

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

Color convert

RGB 251 164 48 -
CMYK 0 0.35 0.81 0.02
HSL 34.29º 0.96% 0.59% -
HSV(B) 34.29º 0.81% 0.98% -
XYZ 53.59 47.27 9.1 -
YUV 176.79 55.32 180.93 -
System Red Green Blue C M Y K H S L
Decimal 251 164 48 0 0.35 0.81 0.02 34.29 0.96 0.59
Hex FB A4 30 0 23 51 2 22 60 3B
Octal 373 244 60 0 43 121 2 42 140 73
Binary 11111011 10100100 110000 0 100011 1010001 10 100010 1100000 111011

Color Harmonies of #FBA430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA430

Black with #FBA430

Text Example


Text Example

White with #FBA430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA430; }

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

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

background-color css

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

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

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

border-color css

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

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

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