Html Css Color HEX #FF8F31 Neon Carrot

📋 copy color: '#FF8F31'

red 255 ◦ green 143 ◦ blue 49

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

Shades of Neon Carrot #FF8F31

Tints of Neon Carrot #FF8F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.96%

R = 57.05%
G = 31.99%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF8F31 (or 0xFF8F31) is known color: Neon Carrot. HEX triplet: FF, 8F and 31. RGB value is (255,143,49). Sum of RGB (Red+Green+Blue) = 255+143+49=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F31 is #0070CE. Grayscale: #A6A6A6. Windows color (decimal): -28879 or 3248127. OLE color: 3248127.

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

Color convert

RGB 255 143 49 -
CMYK 0 0.44 0.81 0
HSL 27.38º 1% 0.6% -
HSV(B) 27.38º 0.81% 1% -
XYZ 51.62 41.13 8.12 -
YUV 165.77 62.11 191.64 -
System Red Green Blue C M Y K H S L
Decimal 255 143 49 0 0.44 0.81 0 27.38 1 0.6
Hex FF 8F 31 0 2C 51 0 1B 64 3C
Octal 377 217 61 0 54 121 0 33 144 74
Binary 11111111 10001111 110001 0 101100 1010001 0 11011 1100100 111100

Color Harmonies of #FF8F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F31

Black with #FF8F31

Text Example


Text Example

White with #FF8F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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