Html Css Color HEX #FF8F40 Neon Carrot

📋 copy color: '#FF8F40'

red 255 ◦ green 143 ◦ blue 64

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

Shades of Neon Carrot #FF8F40

Tints of Neon Carrot #FF8F40

RGB

 RED value IS 255 (100% from 255) = 55.19%

 GREEN value IS 143 (56.25% from 255) = 30.95%

 BLUE value IS 64 (25.39% from 255) = 13.85%

R = 55.19%
G = 30.95%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF8F40 (or 0xFF8F40) is known color: Neon Carrot. HEX triplet: FF, 8F and 40. RGB value is (255,143,64). Sum of RGB (Red+Green+Blue) = 255+143+64=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F40 is #0070BF. Grayscale: #A7A7A7. Windows color (decimal): -28864 or 4231167. OLE color: 4231167.

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

Color convert

RGB 255 143 64 -
CMYK 0 0.44 0.75 0
HSL 24.82º 1% 0.63% -
HSV(B) 24.82º 0.75% 1% -
XYZ 51.99 41.28 10.08 -
YUV 167.48 69.61 190.42 -
System Red Green Blue C M Y K H S L
Decimal 255 143 64 0 0.44 0.75 0 24.82 1 0.63
Hex FF 8F 40 0 2C 4B 0 19 64 3F
Octal 377 217 100 0 54 113 0 31 144 77
Binary 11111111 10001111 1000000 0 101100 1001011 0 11001 1100100 111111

Color Harmonies of #FF8F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F40

Black with #FF8F40

Text Example


Text Example

White with #FF8F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F40; }

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

 H1.HeaderClassName
 {
   color: #FF8F40;
 }
 .AnyTagClassName
 {
   color: #FF8F40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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