Html Css Color HEX #FF8F1E Carrot Orange

📋 copy color: '#FF8F1E'

red 255 ◦ green 143 ◦ blue 30

#FF8F1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #FF8F1E

Tints of Carrot Orange #FF8F1E

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 value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF8F1E (or 0xFF8F1E) is known color: 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

RGB 255 143 30 -
CMYK 0 0.44 0.88 0
HSL 30.13º 1% 0.56% -
HSV(B) 30.13º 0.88% 1% -
XYZ 51.3 41 6.44 -
YUV 163.61 52.61 193.19 -
System Red Green Blue C M Y K H S L
Decimal 255 143 30 0 0.44 0.88 0 30.13 1 0.56
Hex FF 8F 1E 0 2C 58 0 1E 64 38
Octal 377 217 36 0 54 130 0 36 144 70
Binary 11111111 10001111 11110 0 101100 1011000 0 11110 1100100 111000

Color Harmonies of #FF8F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F1E

Black with #FF8F1E

Text Example


Text Example

White with #FF8F1E

Text Example


Text Example

HTML Codes & Css Web 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>