Html Css Color HEX #FF8C2E Neon Carrot

📋 copy color: '#FF8C2E'

red 255 ◦ green 140 ◦ blue 46

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

Shades of Neon Carrot #FF8C2E

Tints of Neon Carrot #FF8C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.75%

 BLUE value IS 46 (18.36% from 255) = 10.43%

R = 57.82%
G = 31.75%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF8C2E (or 0xFF8C2E) is known color: Neon Carrot. HEX triplet: FF, 8C and 2E. RGB value is (255,140,46). Sum of RGB (Red+Green+Blue) = 255+140+46=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C2E is #0073D1. Grayscale: #A4A4A4. Windows color (decimal): -29650 or 3050751. OLE color: 3050751.

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

Color convert

RGB 255 140 46 -
CMYK 0 0.45 0.82 0
HSL 26.99º 1% 0.59% -
HSV(B) 26.99º 0.82% 1% -
XYZ 51.11 40.21 7.65 -
YUV 163.67 61.6 193.14 -
System Red Green Blue C M Y K H S L
Decimal 255 140 46 0 0.45 0.82 0 26.99 1 0.59
Hex FF 8C 2E 0 2D 52 0 1B 64 3B
Octal 377 214 56 0 55 122 0 33 144 73
Binary 11111111 10001100 101110 0 101101 1010010 0 11011 1100100 111011

Color Harmonies of #FF8C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C2E

Black with #FF8C2E

Text Example


Text Example

White with #FF8C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C2E; }

 p { color: rgb(255,140,46); }

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

background-color css

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

 a { background-color: rgb(255,140,46); }

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

border-color css

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

 span { border-color: rgb(255,140,46); }

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