Html Css Color HEX #FBA631 Lightning Yellow

📋 copy color: '#FBA631'

red 251 ◦ green 166 ◦ blue 49

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

Shades of Lightning Yellow #FBA631

Tints of Lightning Yellow #FBA631

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

 BLUE value IS 49 (19.53% from 255) = 10.52%

R = 53.86%
G = 35.62%
B = 10.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBA631 (or 0xFBA631) is known color: Lightning Yellow. HEX triplet: FB, A6 and 31. RGB value is (251,166,49). Sum of RGB (Red+Green+Blue) = 251+166+49=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA631 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA631 is #0459CE. Grayscale: #B2B2B2. Windows color (decimal): -285135 or 3254011. OLE color: 3254011.

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

Color convert

RGB 251 166 49 -
CMYK 0 0.34 0.80 0.02
HSL 34.75º 0.96% 0.59% -
HSV(B) 34.75º 0.8% 0.98% -
XYZ 53.97 48 9.33 -
YUV 178.08 55.16 180.01 -
System Red Green Blue C M Y K H S L
Decimal 251 166 49 0 0.34 0.80 0.02 34.75 0.96 0.59
Hex FB A6 31 0 22 50 2 23 60 3B
Octal 373 246 61 0 42 120 2 43 140 73
Binary 11111011 10100110 110001 0 100010 1010000 10 100011 1100000 111011

Color Harmonies of #FBA631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA631

Black with #FBA631

Text Example


Text Example

White with #FBA631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA631; }

 p { color: rgb(251,166,49); }

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

background-color css

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

 a { background-color: rgb(251,166,49); }

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

border-color css

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

 span { border-color: rgb(251,166,49); }

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