Html Css Color HEX #FFA828 Lightning Yellow

📋 copy color: '#FFA828'

red 255 ◦ green 168 ◦ blue 40

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

Shades of Lightning Yellow #FFA828

Tints of Lightning Yellow #FFA828

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.29%

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

R = 55.08%
G = 36.29%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFA828 (or 0xFFA828) is known color: Lightning Yellow. HEX triplet: FF, A8 and 28. RGB value is (255,168,40). Sum of RGB (Red+Green+Blue) = 255+168+40=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA828 is #0057D7. Grayscale: #B4B4B4. Windows color (decimal): -22488 or 2664703. OLE color: 2664703.

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

Color convert

RGB 255 168 40 -
CMYK 0 0.34 0.84 0
HSL 35.72º 1% 0.58% -
HSV(B) 35.72º 0.84% 1% -
XYZ 55.63 49.42 8.61 -
YUV 179.42 49.32 181.91 -
System Red Green Blue C M Y K H S L
Decimal 255 168 40 0 0.34 0.84 0 35.72 1 0.58
Hex FF A8 28 0 22 54 0 24 64 3A
Octal 377 250 50 0 42 124 0 44 144 72
Binary 11111111 10101000 101000 0 100010 1010100 0 100100 1100100 111010

Color Harmonies of #FFA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA828

Black with #FFA828

Text Example


Text Example

White with #FFA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA828; }

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

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

background-color css

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

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

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

border-color css

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

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

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