Html Css Color HEX #F4A828 Lightning Yellow

📋 copy color: '#F4A828'

red 244 ◦ green 168 ◦ blue 40

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

Shades of Lightning Yellow #F4A828

Tints of Lightning Yellow #F4A828

RGB

 RED value IS 244 (95.7% from 255) = 53.98%

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

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

R = 53.98%
G = 37.17%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F4A828 (or 0xF4A828) is known color: Lightning Yellow. HEX triplet: F4, A8 and 28. RGB value is (244,168,40). Sum of RGB (Red+Green+Blue) = 244+168+40=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A828 is #0B57D7. Grayscale: #B0B0B0. Windows color (decimal): -743384 or 2664692. OLE color: 2664692.

HSL color Cylindrical-coordinate representation of color #F4A828: hue angle of 37.65º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4A828 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 168 40 -
CMYK 0 0.31 0.84 0.04
HSL 37.65º 0.9% 0.56% -
HSV(B) 37.65º 0.84% 0.96% -
XYZ 51.69 47.39 8.43 -
YUV 176.13 51.18 176.41 -
System Red Green Blue C M Y K H S L
Decimal 244 168 40 0 0.31 0.84 0.04 37.65 0.9 0.56
Hex F4 A8 28 0 1F 54 4 26 5A 38
Octal 364 250 50 0 37 124 4 46 132 70
Binary 11110100 10101000 101000 0 11111 1010100 100 100110 1011010 111000

Color Harmonies of #F4A828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A828

Black with #F4A828

Text Example


Text Example

White with #F4A828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A828; }

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

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

background-color css

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

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

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

border-color css

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

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

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