Html Css Color HEX #FF8D32 Neon Carrot

📋 copy color: '#FF8D32'

red 255 ◦ green 141 ◦ blue 50

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

Shades of Neon Carrot #FF8D32

Tints of Neon Carrot #FF8D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.21%

R = 57.17%
G = 31.61%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF8D32 (or 0xFF8D32) is known color: Neon Carrot. HEX triplet: FF, 8D and 32. RGB value is (255,141,50). Sum of RGB (Red+Green+Blue) = 255+141+50=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D32 is #0072CD. Grayscale: #A5A5A5. Windows color (decimal): -29390 or 3313151. OLE color: 3313151.

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

Color convert

RGB 255 141 50 -
CMYK 0 0.45 0.80 0
HSL 26.63º 1% 0.6% -
HSV(B) 26.63º 0.8% 1% -
XYZ 51.34 40.54 8.14 -
YUV 164.71 63.27 192.4 -
System Red Green Blue C M Y K H S L
Decimal 255 141 50 0 0.45 0.80 0 26.63 1 0.6
Hex FF 8D 32 0 2D 50 0 1B 64 3C
Octal 377 215 62 0 55 120 0 33 144 74
Binary 11111111 10001101 110010 0 101101 1010000 0 11011 1100100 111100

Color Harmonies of #FF8D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D32

Black with #FF8D32

Text Example


Text Example

White with #FF8D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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