Html Css Color HEX #FF8F3A Neon Carrot

📋 copy color: '#FF8F3A'

red 255 ◦ green 143 ◦ blue 58

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

Shades of Neon Carrot #FF8F3A

Tints of Neon Carrot #FF8F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.72%

R = 55.92%
G = 31.36%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF8F3A (or 0xFF8F3A) is known color: Neon Carrot. HEX triplet: FF, 8F and 3A. RGB value is (255,143,58). Sum of RGB (Red+Green+Blue) = 255+143+58=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F3A is #0070C5. Grayscale: #A7A7A7. Windows color (decimal): -28870 or 3837951. OLE color: 3837951.

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

Color convert

RGB 255 143 58 -
CMYK 0 0.44 0.77 0
HSL 25.89º 1% 0.61% -
HSV(B) 25.89º 0.77% 1% -
XYZ 51.83 41.21 9.23 -
YUV 166.8 66.61 190.91 -
System Red Green Blue C M Y K H S L
Decimal 255 143 58 0 0.44 0.77 0 25.89 1 0.61
Hex FF 8F 3A 0 2C 4D 0 1A 64 3D
Octal 377 217 72 0 54 115 0 32 144 75
Binary 11111111 10001111 111010 0 101100 1001101 0 11010 1100100 111101

Color Harmonies of #FF8F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F3A

Black with #FF8F3A

Text Example


Text Example

White with #FF8F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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