Html Css Color HEX #F49328 Carrot Orange

📋 copy color: '#F49328'

red 244 ◦ green 147 ◦ blue 40

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

Shades of Carrot Orange #F49328

Tints of Carrot Orange #F49328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.28%

R = 56.61%
G = 34.11%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F49328 (or 0xF49328) is known color: Carrot Orange. HEX triplet: F4, 93 and 28. RGB value is (244,147,40). Sum of RGB (Red+Green+Blue) = 244+147+40=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F49328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49328 is #0B6CD7. Grayscale: #A4A4A4. Windows color (decimal): -748760 or 2659316. OLE color: 2659316.

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

Color convert

RGB 244 147 40 -
CMYK 0 0.40 0.84 0.04
HSL 31.47º 0.9% 0.56% -
HSV(B) 31.47º 0.84% 0.96% -
XYZ 48.12 40.25 7.24 -
YUV 163.81 58.14 185.2 -
System Red Green Blue C M Y K H S L
Decimal 244 147 40 0 0.40 0.84 0.04 31.47 0.9 0.56
Hex F4 93 28 0 28 54 4 1F 5A 38
Octal 364 223 50 0 50 124 4 37 132 70
Binary 11110100 10010011 101000 0 101000 1010100 100 11111 1011010 111000

Color Harmonies of #F49328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49328

Black with #F49328

Text Example


Text Example

White with #F49328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49328; }

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

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

background-color css

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

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

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

border-color css

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

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

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