Html Css Color HEX #FF8D3D Neon Carrot

📋 copy color: '#FF8D3D'

red 255 ◦ green 141 ◦ blue 61

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

Shades of Neon Carrot #FF8D3D

Tints of Neon Carrot #FF8D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

 BLUE value IS 61 (24.22% from 255) = 13.35%

R = 55.8%
G = 30.85%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF8D3D (or 0xFF8D3D) is known color: Neon Carrot. HEX triplet: FF, 8D and 3D. RGB value is (255,141,61). Sum of RGB (Red+Green+Blue) = 255+141+61=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D3D is #0072C2. Grayscale: #A6A6A6. Windows color (decimal): -29379 or 4034047. OLE color: 4034047.

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

Color convert

RGB 255 141 61 -
CMYK 0 0.45 0.76 0
HSL 24.74º 1% 0.62% -
HSV(B) 24.74º 0.76% 1% -
XYZ 51.61 40.65 9.54 -
YUV 165.97 68.77 191.5 -
System Red Green Blue C M Y K H S L
Decimal 255 141 61 0 0.45 0.76 0 24.74 1 0.62
Hex FF 8D 3D 0 2D 4C 0 19 64 3E
Octal 377 215 75 0 55 114 0 31 144 76
Binary 11111111 10001101 111101 0 101101 1001100 0 11001 1100100 111110

Color Harmonies of #FF8D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D3D

Black with #FF8D3D

Text Example


Text Example

White with #FF8D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D3D; }

 p { color: rgb(255,141,61); }

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

background-color css

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

 a { background-color: rgb(255,141,61); }

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

border-color css

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

 span { border-color: rgb(255,141,61); }

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