#F89015

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

Shades of Carrot Orange #F89015

Tints of Carrot Orange #F89015

Color information

#F89015 (or 0xF89015) is unknown color: approx Carrot Orange. HEX triplet: F8, 90 and 15. RGB value is (248,144,21). Sum of RGB (Red+Green+Blue) = 248+144+21=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F89015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89015 is #076FEA. Grayscale: #A1A1A1. Windows color (decimal): -487403 or 1413368. OLE color: 1413368.

HSL color Cylindrical-coordinate representation of color #F89015: hue angle of 32.51º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F89015 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB24814421-
CMYK00.420.920.03
HSL32.51º94.19%52.75%-
HSV(B)32.51º91.53%97.25%-
XYZ48.8239.965.85-
YUV161.0748.96190-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.05%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 21 (8.59% from 255) = 5.08%
R=60.05%
G=34.87%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481442100.420.920.0332.5194.1952.75
HexF8901502A5C3215e35
Octal3702202505213434113665
Binary11111000100100001010101010101011100111000011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89015; }

 p { color: rgb(248,144,21); }

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

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

 a { background-color: rgb(248,144,21); }

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

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

 span { border-color: rgb(248,144,21); }

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