Html Css Color HEX #F48D14 Carrot Orange

📋 copy color: '#F48D14'

red 244 ◦ green 141 ◦ blue 20

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

Shades of Carrot Orange #F48D14

Tints of Carrot Orange #F48D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 60.25%
G = 34.81%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F48D14 (or 0xF48D14) is known color: Carrot Orange. HEX triplet: F4, 8D and 14. RGB value is (244,141,20). Sum of RGB (Red+Green+Blue) = 244+141+20=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48D14 is #0B72EB. Grayscale: #9E9E9E. Windows color (decimal): -750316 or 1347060. OLE color: 1347060.

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

Color convert

RGB 244 141 20 -
CMYK 0 0.42 0.92 0.04
HSL 32.41º 0.91% 0.52% -
HSV(B) 32.41º 0.92% 0.96% -
XYZ 46.96 38.33 5.59 -
YUV 158 50.12 189.34 -
System Red Green Blue C M Y K H S L
Decimal 244 141 20 0 0.42 0.92 0.04 32.41 0.91 0.52
Hex F4 8D 14 0 2A 5C 4 20 5B 34
Octal 364 215 24 0 52 134 4 40 133 64
Binary 11110100 10001101 10100 0 101010 1011100 100 100000 1011011 110100

Color Harmonies of #F48D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48D14

Black with #F48D14

Text Example


Text Example

White with #F48D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48D14; }

 p { color: rgb(244,141,20); }

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

background-color css

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

 a { background-color: rgb(244,141,20); }

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

border-color css

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

 span { border-color: rgb(244,141,20); }

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