#FF8F1E

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

Shades of Carrot Orange #FF8F1E

Tints of Carrot Orange #FF8F1E

Color information

#FF8F1E (or 0xFF8F1E) is unknown color: approx Carrot Orange. HEX triplet: FF, 8F and 1E. RGB value is (255,143,30). Sum of RGB (Red+Green+Blue) = 255+143+30=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F1E is #0070E1. Grayscale: #A4A4A4. Windows color (decimal): -28898 or 2002943. OLE color: 2002943.

HSL color Cylindrical-coordinate representation of color #FF8F1E: hue angle of 30.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF8F1E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB25514330-
CMYK00.440.880
HSL30.13º100%55.88%-
HSV(B)30.13º88.24%100%-
XYZ51.3416.44-
YUV163.6152.61193.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.58%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 30 (12.11% from 255) = 7.01%
R=59.58%
G=33.41%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551433000.440.88030.1310055.88
HexFF8F1E02C5801e6438
Octal3772173605413003614470
Binary111111111000111111110010110010110000111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8F1E; }

 p { color: rgb(255,143,30); }

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

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

 a { background-color: rgb(255,143,30); }

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

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

 span { border-color: rgb(255,143,30); }

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