#F48A1B

Color #F48A1B Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F48A1B

Tints of Carrot Orange #F48A1B

Color information

#F48A1B (or 0xF48A1B) is unknown color: approx Carrot Orange. HEX triplet: F4, 8A and 1B. RGB value is (244,138,27). Sum of RGB (Red+Green+Blue) = 244+138+27=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48A1B is #0B75E4. Grayscale: #9D9D9D. Windows color (decimal): -751077 or 1805044. OLE color: 1805044.

HSL color Cylindrical-coordinate representation of color #F48A1B: hue angle of 30.69º 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 #F48A1B is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB24413827-
CMYK00.430.890.04
HSL30.69º90.79%53.14%-
HSV(B)30.69º88.93%95.69%-
XYZ46.5937.495.82-
YUV157.0454.62190.03-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.66%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 27 (10.94% from 255) = 6.60%
R=59.66%
G=33.74%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441382700.430.890.0430.6990.7953.14
HexF48A1B02B5941f5b35
Octal3642123305313143713365
Binary11110100100010101101101010111011001100111111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48A1B; }

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

 H1.HeaderClassName
 {
   color: #F48A1B;
 }
 .AnyTagClassName
 {
   color: #F48A1B;
 }
</style>
background-color css

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

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

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

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

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

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