Html Css Color HEX #F4AA3C Lightning Yellow

📋 copy color: '#F4AA3C'

red 244 ◦ green 170 ◦ blue 60

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

Shades of Lightning Yellow #F4AA3C

Tints of Lightning Yellow #F4AA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.86%

 BLUE value IS 60 (23.83% from 255) = 12.66%

R = 51.48%
G = 35.86%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F4AA3C (or 0xF4AA3C) is known color: Lightning Yellow. HEX triplet: F4, AA and 3C. RGB value is (244,170,60). Sum of RGB (Red+Green+Blue) = 244+170+60=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AA3C is #0B55C3. Grayscale: #B4B4B4. Windows color (decimal): -742852 or 3975924. OLE color: 3975924.

HSL color Cylindrical-coordinate representation of color #F4AA3C: hue angle of 35.87º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4AA3C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 170 60 -
CMYK 0 0.30 0.75 0.04
HSL 35.87º 0.89% 0.6% -
HSV(B) 35.87º 0.75% 0.96% -
XYZ 52.5 48.31 10.83 -
YUV 179.59 60.52 173.94 -
System Red Green Blue C M Y K H S L
Decimal 244 170 60 0 0.30 0.75 0.04 35.87 0.89 0.6
Hex F4 AA 3C 0 1E 4B 4 24 59 3C
Octal 364 252 74 0 36 113 4 44 131 74
Binary 11110100 10101010 111100 0 11110 1001011 100 100100 1011001 111100

Color Harmonies of #F4AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AA3C

Black with #F4AA3C

Text Example


Text Example

White with #F4AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AA3C; }

 p { color: rgb(244,170,60); }

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

background-color css

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

 a { background-color: rgb(244,170,60); }

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

border-color css

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

 span { border-color: rgb(244,170,60); }

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