#F29225

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

Shades of Carrot Orange #F29225

Tints of Carrot Orange #F29225

Color information

#F29225 (or 0xF29225) is unknown color: approx Carrot Orange. HEX triplet: F2, 92 and 25. RGB value is (242,146,37). Sum of RGB (Red+Green+Blue) = 242+146+37=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F29225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29225 is #0D6DDA. Grayscale: #A2A2A2. Windows color (decimal): -880091 or 2462450. OLE color: 2462450.

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

Color convert

RGB24214637-
CMYK00.400.850.05
HSL31.9º88.74%54.71%-
HSV(B)31.9º84.71%94.9%-
XYZ47.2339.576.9-
YUV162.2857.3184.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.94%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 37 (14.84% from 255) = 8.71%
R=56.94%
G=34.35%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421463700.400.850.0531.988.7454.71
HexF29225028555205937
Octal3622224505012554013167
Binary1111001010010010100101010100010101011011000001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29225; }

 p { color: rgb(242,146,37); }

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

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

 a { background-color: rgb(242,146,37); }

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

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

 span { border-color: rgb(242,146,37); }

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