#F98C28

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

Shades of Carrot Orange #F98C28

Tints of Carrot Orange #F98C28

Color information

#F98C28 (or 0xF98C28) is unknown color: approx Carrot Orange. HEX triplet: F9, 8C and 28. RGB value is (249,140,40). Sum of RGB (Red+Green+Blue) = 249+140+40=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98C28 is #0673D7. Grayscale: #A1A1A1. Windows color (decimal): -422872 or 2657529. OLE color: 2657529.

HSL color Cylindrical-coordinate representation of color #F98C28: hue angle of 28.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F98C28 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB24914040-
CMYK00.440.840.02
HSL28.71º94.57%56.67%-
HSV(B)28.71º83.94%97.65%-
XYZ48.8339.056.97-
YUV161.1959.61190.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.04%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 40 (16.02% from 255) = 9.32%
R=58.04%
G=32.63%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491404000.440.840.0228.7194.5756.67
HexF98C2802C5421d5f39
Octal3712145005412423513771
Binary11111001100011001010000101100101010010111011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98C28; }

 p { color: rgb(249,140,40); }

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

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

 a { background-color: rgb(249,140,40); }

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

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

 span { border-color: rgb(249,140,40); }

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