Html Css Color HEX #F49C2A Lightning Yellow

📋 copy color: '#F49C2A'

red 244 ◦ green 156 ◦ blue 42

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

Shades of Lightning Yellow #F49C2A

Tints of Lightning Yellow #F49C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.29%

 BLUE value IS 42 (16.8% from 255) = 9.5%

R = 55.2%
G = 35.29%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F49C2A (or 0xF49C2A) is known color: Lightning Yellow. HEX triplet: F4, 9C and 2A. RGB value is (244,156,42). Sum of RGB (Red+Green+Blue) = 244+156+42=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49C2A is #0B63D5. Grayscale: #A9A9A9. Windows color (decimal): -746454 or 2792692. OLE color: 2792692.

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

Color convert

RGB 244 156 42 -
CMYK 0 0.36 0.83 0.04
HSL 33.86º 0.9% 0.56% -
HSV(B) 33.86º 0.83% 0.96% -
XYZ 49.61 43.18 7.91 -
YUV 169.32 56.15 181.27 -
System Red Green Blue C M Y K H S L
Decimal 244 156 42 0 0.36 0.83 0.04 33.86 0.9 0.56
Hex F4 9C 2A 0 24 53 4 22 5A 38
Octal 364 234 52 0 44 123 4 42 132 70
Binary 11110100 10011100 101010 0 100100 1010011 100 100010 1011010 111000

Color Harmonies of #F49C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49C2A

Black with #F49C2A

Text Example


Text Example

White with #F49C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49C2A; }

 p { color: rgb(244,156,42); }

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

background-color css

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

 a { background-color: rgb(244,156,42); }

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

border-color css

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

 span { border-color: rgb(244,156,42); }

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