Html Css Color HEX #F48224 Carrot Orange

📋 copy color: '#F48224'

red 244 ◦ green 130 ◦ blue 36

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

Shades of Carrot Orange #F48224

Tints of Carrot Orange #F48224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

 BLUE value IS 36 (14.45% from 255) = 8.78%

R = 59.51%
G = 31.71%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F48224 (or 0xF48224) is known color: Carrot Orange. HEX triplet: F4, 82 and 24. RGB value is (244,130,36). Sum of RGB (Red+Green+Blue) = 244+130+36=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F48224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48224 is #0B7DDB. Grayscale: #999999. Windows color (decimal): -753116 or 2392820. OLE color: 2392820.

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

Color convert

RGB 244 130 36 -
CMYK 0 0.47 0.85 0.04
HSL 27.12º 0.9% 0.55% -
HSV(B) 27.12º 0.85% 0.96% -
XYZ 45.61 35.33 6.08 -
YUV 153.37 61.77 192.64 -
System Red Green Blue C M Y K H S L
Decimal 244 130 36 0 0.47 0.85 0.04 27.12 0.9 0.55
Hex F4 82 24 0 2F 55 4 1B 5A 37
Octal 364 202 44 0 57 125 4 33 132 67
Binary 11110100 10000010 100100 0 101111 1010101 100 11011 1011010 110111

Color Harmonies of #F48224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48224

Black with #F48224

Text Example


Text Example

White with #F48224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48224; }

 p { color: rgb(244,130,36); }

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

background-color css

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

 a { background-color: rgb(244,130,36); }

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

border-color css

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

 span { border-color: rgb(244,130,36); }

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