Html Css Color HEX #F48C19 Carrot Orange

📋 copy color: '#F48C19'

red 244 ◦ green 140 ◦ blue 25

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

Shades of Carrot Orange #F48C19

Tints of Carrot Orange #F48C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

 BLUE value IS 25 (10.16% from 255) = 6.11%

R = 59.66%
G = 34.23%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F48C19 (or 0xF48C19) is known color: Carrot Orange. HEX triplet: F4, 8C and 19. RGB value is (244,140,25). Sum of RGB (Red+Green+Blue) = 244+140+25=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48C19 is #0B73E6. Grayscale: #9E9E9E. Windows color (decimal): -750567 or 1674484. OLE color: 1674484.

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

Color convert

RGB 244 140 25 -
CMYK 0 0.43 0.90 0.04
HSL 31.51º 0.91% 0.53% -
HSV(B) 31.51º 0.9% 0.96% -
XYZ 46.86 38.06 5.8 -
YUV 157.99 52.96 189.35 -
System Red Green Blue C M Y K H S L
Decimal 244 140 25 0 0.43 0.90 0.04 31.51 0.91 0.53
Hex F4 8C 19 0 2B 5A 4 20 5B 35
Octal 364 214 31 0 53 132 4 40 133 65
Binary 11110100 10001100 11001 0 101011 1011010 100 100000 1011011 110101

Color Harmonies of #F48C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C19

Black with #F48C19

Text Example


Text Example

White with #F48C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C19; }

 p { color: rgb(244,140,25); }

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

background-color css

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

 a { background-color: rgb(244,140,25); }

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

border-color css

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

 span { border-color: rgb(244,140,25); }

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