Html Css Color HEX #F49325 Carrot Orange

📋 copy color: '#F49325'

red 244 ◦ green 147 ◦ blue 37

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

Shades of Carrot Orange #F49325

Tints of Carrot Orange #F49325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.35%

 BLUE value IS 37 (14.84% from 255) = 8.64%

R = 57.01%
G = 34.35%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F49325 (or 0xF49325) is known color: Carrot Orange. HEX triplet: F4, 93 and 25. RGB value is (244,147,37). Sum of RGB (Red+Green+Blue) = 244+147+37=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F49325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49325 is #0B6CDA. Grayscale: #A4A4A4. Windows color (decimal): -748763 or 2462708. OLE color: 2462708.

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

Color convert

RGB 244 147 37 -
CMYK 0 0.40 0.85 0.04
HSL 31.88º 0.9% 0.55% -
HSV(B) 31.88º 0.85% 0.96% -
XYZ 48.08 40.23 6.98 -
YUV 163.46 56.64 185.44 -
System Red Green Blue C M Y K H S L
Decimal 244 147 37 0 0.40 0.85 0.04 31.88 0.9 0.55
Hex F4 93 25 0 28 55 4 20 5A 37
Octal 364 223 45 0 50 125 4 40 132 67
Binary 11110100 10010011 100101 0 101000 1010101 100 100000 1011010 110111

Color Harmonies of #F49325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49325

Black with #F49325

Text Example


Text Example

White with #F49325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49325; }

 p { color: rgb(244,147,37); }

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

background-color css

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

 a { background-color: rgb(244,147,37); }

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

border-color css

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

 span { border-color: rgb(244,147,37); }

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