Html Css Color HEX #F49525 Carrot Orange

📋 copy color: '#F49525'

red 244 ◦ green 149 ◦ blue 37

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

Shades of Carrot Orange #F49525

Tints of Carrot Orange #F49525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.65%

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

R = 56.74%
G = 34.65%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F49525 (or 0xF49525) is known color: Carrot Orange. HEX triplet: F4, 95 and 25. RGB value is (244,149,37). Sum of RGB (Red+Green+Blue) = 244+149+37=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F49525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49525 is #0B6ADA. Grayscale: #A5A5A5. Windows color (decimal): -748251 or 2463220. OLE color: 2463220.

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

Color convert

RGB 244 149 37 -
CMYK 0 0.39 0.85 0.04
HSL 32.46º 0.9% 0.55% -
HSV(B) 32.46º 0.85% 0.96% -
XYZ 48.39 40.86 7.09 -
YUV 164.64 55.97 184.61 -
System Red Green Blue C M Y K H S L
Decimal 244 149 37 0 0.39 0.85 0.04 32.46 0.9 0.55
Hex F4 95 25 0 27 55 4 20 5A 37
Octal 364 225 45 0 47 125 4 40 132 67
Binary 11110100 10010101 100101 0 100111 1010101 100 100000 1011010 110111

Color Harmonies of #F49525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49525

Black with #F49525

Text Example


Text Example

White with #F49525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49525; }

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

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

background-color css

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

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

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

border-color css

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

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

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