#F28916

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

Shades of Carrot Orange #F28916

Tints of Carrot Orange #F28916

Color information

#F28916 (or 0xF28916) is unknown color: approx Carrot Orange. HEX triplet: F2, 89 and 16. RGB value is (242,137,22). Sum of RGB (Red+Green+Blue) = 242+137+22=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F28916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28916 is #0D76E9. Grayscale: #9B9B9B. Windows color (decimal): -882410 or 1477106. OLE color: 1477106.

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

Color convert

RGB24213722-
CMYK00.430.910.05
HSL31.36º89.43%51.76%-
HSV(B)31.36º90.91%94.9%-
XYZ45.7136.835.46-
YUV155.2852.79189.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.35%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 22 (8.98% from 255) = 5.49%
R=60.35%
G=34.16%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421372200.430.910.0531.3689.4351.76
HexF2891602B5B51f5934
Octal3622112605313353713164
Binary11110010100010011011001010111011011101111111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28916; }

 p { color: rgb(242,137,22); }

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

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

 a { background-color: rgb(242,137,22); }

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

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

 span { border-color: rgb(242,137,22); }

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