Html Css Color HEX #F48B1C Carrot Orange

📋 copy color: '#F48B1C'

red 244 ◦ green 139 ◦ blue 28

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

Shades of Carrot Orange #F48B1C

Tints of Carrot Orange #F48B1C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.82%

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 59.37%
G = 33.82%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F48B1C (or 0xF48B1C) is known color: Carrot Orange. HEX triplet: F4, 8B and 1C. RGB value is (244,139,28). Sum of RGB (Red+Green+Blue) = 244+139+28=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F48B1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48B1C is #0B74E3. Grayscale: #9E9E9E. Windows color (decimal): -750820 or 1870836. OLE color: 1870836.

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

Color convert

RGB 244 139 28 -
CMYK 0 0.43 0.89 0.04
HSL 30.83º 0.91% 0.53% -
HSV(B) 30.83º 0.89% 0.96% -
XYZ 46.75 37.78 5.93 -
YUV 157.74 54.79 189.53 -
System Red Green Blue C M Y K H S L
Decimal 244 139 28 0 0.43 0.89 0.04 30.83 0.91 0.53
Hex F4 8B 1C 0 2B 59 4 1F 5B 35
Octal 364 213 34 0 53 131 4 37 133 65
Binary 11110100 10001011 11100 0 101011 1011001 100 11111 1011011 110101

Color Harmonies of #F48B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48B1C

Black with #F48B1C

Text Example


Text Example

White with #F48B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48B1C; }

 p { color: rgb(244,139,28); }

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

background-color css

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

 a { background-color: rgb(244,139,28); }

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

border-color css

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

 span { border-color: rgb(244,139,28); }

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