#F48B1B

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

Shades of Carrot Orange #F48B1B

Tints of Carrot Orange #F48B1B

Color information

#F48B1B (or 0xF48B1B) is unknown color: approx Carrot Orange. HEX triplet: F4, 8B and 1B. RGB value is (244,139,27). Sum of RGB (Red+Green+Blue) = 244+139+27=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F48B1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48B1B is #0B74E4. Grayscale: #9E9E9E. Windows color (decimal): -750821 or 1805300. OLE color: 1805300.

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

Color convert

RGB24413927-
CMYK00.430.890.04
HSL30.97º90.79%53.14%-
HSV(B)30.97º88.93%95.69%-
XYZ46.7437.785.87-
YUV157.6354.29189.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.51%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 27 (10.94% from 255) = 6.59%
R=59.51%
G=33.90%
B=6.59%

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
Decimal2441392700.430.890.0430.9790.7953.14
HexF48B1B02B5941f5b35
Octal3642133305313143713365
Binary11110100100010111101101010111011001100111111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48B1B; }

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

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

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

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

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

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

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

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