Html Css Color HEX #F48C11 Carrot Orange

📋 copy color: '#F48C11'

red 244 ◦ green 140 ◦ blue 17

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

Shades of Carrot Orange #F48C11

Tints of Carrot Orange #F48C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.24%

R = 60.85%
G = 34.91%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F48C11 (or 0xF48C11) is known color: Carrot Orange. HEX triplet: F4, 8C and 11. RGB value is (244,140,17). Sum of RGB (Red+Green+Blue) = 244+140+17=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48C11 is #0B73EE. Grayscale: #9D9D9D. Windows color (decimal): -750575 or 1150196. OLE color: 1150196.

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

Color convert

RGB 244 140 17 -
CMYK 0 0.43 0.93 0.04
HSL 32.51º 0.91% 0.51% -
HSV(B) 32.51º 0.93% 0.96% -
XYZ 46.79 38.03 5.4 -
YUV 157.07 48.96 190 -
System Red Green Blue C M Y K H S L
Decimal 244 140 17 0 0.43 0.93 0.04 32.51 0.91 0.51
Hex F4 8C 11 0 2B 5D 4 21 5B 33
Octal 364 214 21 0 53 135 4 41 133 63
Binary 11110100 10001100 10001 0 101011 1011101 100 100001 1011011 110011

Color Harmonies of #F48C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C11

Black with #F48C11

Text Example


Text Example

White with #F48C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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