Html Css Color HEX #FFA628 Lightning Yellow

📋 copy color: '#FFA628'

red 255 ◦ green 166 ◦ blue 40

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

Shades of Lightning Yellow #FFA628

Tints of Lightning Yellow #FFA628

RGB

 RED value IS 255 (100% from 255) = 55.31%

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

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

R = 55.31%
G = 36.01%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFA628 (or 0xFFA628) is known color: Lightning Yellow. HEX triplet: FF, A6 and 28. RGB value is (255,166,40). Sum of RGB (Red+Green+Blue) = 255+166+40=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA628 is #0059D7. Grayscale: #B2B2B2. Windows color (decimal): -23000 or 2664191. OLE color: 2664191.

HSL color Cylindrical-coordinate representation of color #FFA628: hue angle of 35.16º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFA628 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 40 -
CMYK 0 0.35 0.84 0
HSL 35.16º 1% 0.58% -
HSV(B) 35.16º 0.84% 1% -
XYZ 55.26 48.69 8.49 -
YUV 178.25 49.99 182.75 -
System Red Green Blue C M Y K H S L
Decimal 255 166 40 0 0.35 0.84 0 35.16 1 0.58
Hex FF A6 28 0 23 54 0 23 64 3A
Octal 377 246 50 0 43 124 0 43 144 72
Binary 11111111 10100110 101000 0 100011 1010100 0 100011 1100100 111010

Color Harmonies of #FFA628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA628

Black with #FFA628

Text Example


Text Example

White with #FFA628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA628; }

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

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

background-color css

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

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

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

border-color css

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

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

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