Html Css Color HEX #FF8F2F Neon Carrot

📋 copy color: '#FF8F2F'

red 255 ◦ green 143 ◦ blue 47

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

Shades of Neon Carrot #FF8F2F

Tints of Neon Carrot #FF8F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.56%

R = 57.3%
G = 32.13%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF8F2F (or 0xFF8F2F) is known color: Neon Carrot. HEX triplet: FF, 8F and 2F. RGB value is (255,143,47). Sum of RGB (Red+Green+Blue) = 255+143+47=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F2F is #0070D0. Grayscale: #A6A6A6. Windows color (decimal): -28881 or 3117055. OLE color: 3117055.

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

Color convert

RGB 255 143 47 -
CMYK 0 0.44 0.82 0
HSL 27.69º 1% 0.59% -
HSV(B) 27.69º 0.82% 1% -
XYZ 51.58 41.11 7.91 -
YUV 165.54 61.11 191.81 -
System Red Green Blue C M Y K H S L
Decimal 255 143 47 0 0.44 0.82 0 27.69 1 0.59
Hex FF 8F 2F 0 2C 52 0 1C 64 3B
Octal 377 217 57 0 54 122 0 34 144 73
Binary 11111111 10001111 101111 0 101100 1010010 0 11100 1100100 111011

Color Harmonies of #FF8F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F2F

Black with #FF8F2F

Text Example


Text Example

White with #FF8F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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