#F28525

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

Shades of Carrot Orange #F28525

Tints of Carrot Orange #F28525

Color information

#F28525 (or 0xF28525) is unknown color: approx Carrot Orange. HEX triplet: F2, 85 and 25. RGB value is (242,133,37). Sum of RGB (Red+Green+Blue) = 242+133+37=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F28525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28525 is #0D7ADA. Grayscale: #9B9B9B. Windows color (decimal): -883419 or 2459122. OLE color: 2459122.

HSL color Cylindrical-coordinate representation of color #F28525: hue angle of 28.1º 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 #F28525 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB24213337-
CMYK00.450.850.05
HSL28.1º88.74%54.71%-
HSV(B)28.1º84.71%94.9%-
XYZ45.3435.796.27-
YUV154.6561.61190.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.74%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 37 (14.84% from 255) = 8.98%
R=58.74%
G=32.28%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421333700.450.850.0528.188.7454.71
HexF2852502D5551c5937
Octal3622054505512553413167
Binary111100101000010110010101011011010101101111001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28525; }

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

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

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

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

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

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

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

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