Html Css Color HEX #FF8D30 Neon Carrot

📋 copy color: '#FF8D30'

red 255 ◦ green 141 ◦ blue 48

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

Shades of Neon Carrot #FF8D30

Tints of Neon Carrot #FF8D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.81%

R = 57.43%
G = 31.76%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF8D30 (or 0xFF8D30) is known color: Neon Carrot. HEX triplet: FF, 8D and 30. RGB value is (255,141,48). Sum of RGB (Red+Green+Blue) = 255+141+48=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D30 is #0072CF. Grayscale: #A4A4A4. Windows color (decimal): -29392 or 3182079. OLE color: 3182079.

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

Color convert

RGB 255 141 48 -
CMYK 0 0.45 0.81 0
HSL 26.96º 1% 0.59% -
HSV(B) 26.96º 0.81% 1% -
XYZ 51.3 40.52 7.91 -
YUV 164.48 62.27 192.56 -
System Red Green Blue C M Y K H S L
Decimal 255 141 48 0 0.45 0.81 0 26.96 1 0.59
Hex FF 8D 30 0 2D 51 0 1B 64 3B
Octal 377 215 60 0 55 121 0 33 144 73
Binary 11111111 10001101 110000 0 101101 1010001 0 11011 1100100 111011

Color Harmonies of #FF8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D30

Black with #FF8D30

Text Example


Text Example

White with #FF8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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