Html Css Color HEX #FBA628 Lightning Yellow

📋 copy color: '#FBA628'

red 251 ◦ green 166 ◦ blue 40

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

Shades of Lightning Yellow #FBA628

Tints of Lightning Yellow #FBA628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.75%

R = 54.92%
G = 36.32%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBA628 (or 0xFBA628) is known color: Lightning Yellow. HEX triplet: FB, A6 and 28. RGB value is (251,166,40). Sum of RGB (Red+Green+Blue) = 251+166+40=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA628 is #0459D7. Grayscale: #B1B1B1. Windows color (decimal): -285144 or 2664187. OLE color: 2664187.

HSL color Cylindrical-coordinate representation of color #FBA628: hue angle of 35.83º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBA628 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 40 -
CMYK 0 0.34 0.84 0.02
HSL 35.83º 0.96% 0.57% -
HSV(B) 35.83º 0.84% 0.98% -
XYZ 53.8 47.93 8.42 -
YUV 177.05 50.66 180.75 -
System Red Green Blue C M Y K H S L
Decimal 251 166 40 0 0.34 0.84 0.02 35.83 0.96 0.57
Hex FB A6 28 0 22 54 2 24 60 39
Octal 373 246 50 0 42 124 2 44 140 71
Binary 11111011 10100110 101000 0 100010 1010100 10 100100 1100000 111001

Color Harmonies of #FBA628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA628

Black with #FBA628

Text Example


Text Example

White with #FBA628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA628; }

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

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

background-color css

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

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

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

border-color css

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

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

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