Html Css Color HEX #FBA732 Lightning Yellow

📋 copy color: '#FBA732'

red 251 ◦ green 167 ◦ blue 50

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

Shades of Lightning Yellow #FBA732

Tints of Lightning Yellow #FBA732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.68%

R = 53.63%
G = 35.68%
B = 10.68%

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

#FBA732 (or 0xFBA732) is known color: Lightning Yellow. HEX triplet: FB, A7 and 32. RGB value is (251,167,50). Sum of RGB (Red+Green+Blue) = 251+167+50=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA732 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA732 is #0458CD. Grayscale: #B3B3B3. Windows color (decimal): -284878 or 3319803. OLE color: 3319803.

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

Color convert

RGB 251 167 50 -
CMYK 0 0.33 0.80 0.02
HSL 34.93º 0.96% 0.59% -
HSV(B) 34.93º 0.8% 0.98% -
XYZ 54.18 48.38 9.5 -
YUV 178.78 55.33 179.51 -
System Red Green Blue C M Y K H S L
Decimal 251 167 50 0 0.33 0.80 0.02 34.93 0.96 0.59
Hex FB A7 32 0 21 50 2 23 60 3B
Octal 373 247 62 0 41 120 2 43 140 73
Binary 11111011 10100111 110010 0 100001 1010000 10 100011 1100000 111011

Color Harmonies of #FBA732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA732

Black with #FBA732

Text Example


Text Example

White with #FBA732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA732; }

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

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

background-color css

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

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

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

border-color css

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

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

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