Html Css Color HEX #F4A328 Lightning Yellow

📋 copy color: '#F4A328'

red 244 ◦ green 163 ◦ blue 40

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

Shades of Lightning Yellow #F4A328

Tints of Lightning Yellow #F4A328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.47%

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

R = 54.59%
G = 36.47%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F4A328 (or 0xF4A328) is known color: Lightning Yellow. HEX triplet: F4, A3 and 28. RGB value is (244,163,40). Sum of RGB (Red+Green+Blue) = 244+163+40=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A328 is #0B5CD7. Grayscale: #ADADAD. Windows color (decimal): -744664 or 2663412. OLE color: 2663412.

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

Color convert

RGB 244 163 40 -
CMYK 0 0.33 0.84 0.04
HSL 36.18º 0.9% 0.56% -
HSV(B) 36.18º 0.84% 0.96% -
XYZ 50.79 45.58 8.13 -
YUV 173.2 52.84 178.5 -
System Red Green Blue C M Y K H S L
Decimal 244 163 40 0 0.33 0.84 0.04 36.18 0.9 0.56
Hex F4 A3 28 0 21 54 4 24 5A 38
Octal 364 243 50 0 41 124 4 44 132 70
Binary 11110100 10100011 101000 0 100001 1010100 100 100100 1011010 111000

Color Harmonies of #F4A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A328

Black with #F4A328

Text Example


Text Example

White with #F4A328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A328; }

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

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

background-color css

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

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

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

border-color css

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

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

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