Html Css Color HEX #FF8E2D Neon Carrot

📋 copy color: '#FF8E2D'

red 255 ◦ green 142 ◦ blue 45

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

Shades of Neon Carrot #FF8E2D

Tints of Neon Carrot #FF8E2D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.13%

 BLUE value IS 45 (17.97% from 255) = 10.18%

R = 57.69%
G = 32.13%
B = 10.18%

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

#FF8E2D (or 0xFF8E2D) is known color: Neon Carrot. HEX triplet: FF, 8E and 2D. RGB value is (255,142,45). Sum of RGB (Red+Green+Blue) = 255+142+45=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8E2D is #0071D2. Grayscale: #A5A5A5. Windows color (decimal): -29139 or 2985727. OLE color: 2985727.

HSL color Cylindrical-coordinate representation of color #FF8E2D: hue angle of 27.71º 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 #FF8E2D is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 142 45 -
CMYK 0 0.44 0.82 0
HSL 27.71º 1% 0.59% -
HSV(B) 27.71º 0.82% 1% -
XYZ 51.39 40.8 7.65 -
YUV 164.73 60.44 192.39 -
System Red Green Blue C M Y K H S L
Decimal 255 142 45 0 0.44 0.82 0 27.71 1 0.59
Hex FF 8E 2D 0 2C 52 0 1C 64 3B
Octal 377 216 55 0 54 122 0 34 144 73
Binary 11111111 10001110 101101 0 101100 1010010 0 11100 1100100 111011

Color Harmonies of #FF8E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8E2D

Black with #FF8E2D

Text Example


Text Example

White with #FF8E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8E2D; }

 p { color: rgb(255,142,45); }

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

background-color css

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

 a { background-color: rgb(255,142,45); }

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

border-color css

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

 span { border-color: rgb(255,142,45); }

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