Html Css Color HEX #F49D1A Carrot Orange

📋 copy color: '#F49D1A'

red 244 ◦ green 157 ◦ blue 26

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

Shades of Carrot Orange #F49D1A

Tints of Carrot Orange #F49D1A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.77%

 BLUE value IS 26 (10.55% from 255) = 6.09%

R = 57.14%
G = 36.77%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F49D1A (or 0xF49D1A) is known color: Carrot Orange. HEX triplet: F4, 9D and 1A. RGB value is (244,157,26). Sum of RGB (Red+Green+Blue) = 244+157+26=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49D1A is #0B62E5. Grayscale: #A8A8A8. Windows color (decimal): -746214 or 1744372. OLE color: 1744372.

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

Color convert

RGB 244 157 26 -
CMYK 0 0.36 0.89 0.04
HSL 36.06º 0.91% 0.53% -
HSV(B) 36.06º 0.89% 0.96% -
XYZ 49.55 43.42 6.75 -
YUV 168.08 47.82 182.15 -
System Red Green Blue C M Y K H S L
Decimal 244 157 26 0 0.36 0.89 0.04 36.06 0.91 0.53
Hex F4 9D 1A 0 24 59 4 24 5B 35
Octal 364 235 32 0 44 131 4 44 133 65
Binary 11110100 10011101 11010 0 100100 1011001 100 100100 1011011 110101

Color Harmonies of #F49D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49D1A

Black with #F49D1A

Text Example


Text Example

White with #F49D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49D1A; }

 p { color: rgb(244,157,26); }

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

background-color css

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

 a { background-color: rgb(244,157,26); }

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

border-color css

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

 span { border-color: rgb(244,157,26); }

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