Html Css Color HEX #F48A1D Carrot Orange

📋 copy color: '#F48A1D'

red 244 ◦ green 138 ◦ blue 29

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

Shades of Carrot Orange #F48A1D

Tints of Carrot Orange #F48A1D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 29 (11.72% from 255) = 7.06%

R = 59.37%
G = 33.58%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F48A1D (or 0xF48A1D) is known color: Carrot Orange. HEX triplet: F4, 8A and 1D. RGB value is (244,138,29). Sum of RGB (Red+Green+Blue) = 244+138+29=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48A1D is #0B75E2. Grayscale: #9D9D9D. Windows color (decimal): -751075 or 1936116. OLE color: 1936116.

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

Color convert

RGB 244 138 29 -
CMYK 0 0.43 0.88 0.04
HSL 30.42º 0.91% 0.54% -
HSV(B) 30.42º 0.88% 0.96% -
XYZ 46.62 37.5 5.94 -
YUV 157.27 55.62 189.86 -
System Red Green Blue C M Y K H S L
Decimal 244 138 29 0 0.43 0.88 0.04 30.42 0.91 0.54
Hex F4 8A 1D 0 2B 58 4 1E 5B 36
Octal 364 212 35 0 53 130 4 36 133 66
Binary 11110100 10001010 11101 0 101011 1011000 100 11110 1011011 110110

Color Harmonies of #F48A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48A1D

Black with #F48A1D

Text Example


Text Example

White with #F48A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48A1D; }

 p { color: rgb(244,138,29); }

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

background-color css

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

 a { background-color: rgb(244,138,29); }

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

border-color css

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

 span { border-color: rgb(244,138,29); }

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