Html Css Color HEX #FF8D38 Neon Carrot

📋 copy color: '#FF8D38'

red 255 ◦ green 141 ◦ blue 56

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

Shades of Neon Carrot #FF8D38

Tints of Neon Carrot #FF8D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.39%

R = 56.42%
G = 31.19%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF8D38 (or 0xFF8D38) is known color: Neon Carrot. HEX triplet: FF, 8D and 38. RGB value is (255,141,56). Sum of RGB (Red+Green+Blue) = 255+141+56=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D38 is #0072C7. Grayscale: #A5A5A5. Windows color (decimal): -29384 or 3706367. OLE color: 3706367.

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

Color convert

RGB 255 141 56 -
CMYK 0 0.45 0.78 0
HSL 25.63º 1% 0.61% -
HSV(B) 25.63º 0.78% 1% -
XYZ 51.48 40.6 8.86 -
YUV 165.4 66.27 191.91 -
System Red Green Blue C M Y K H S L
Decimal 255 141 56 0 0.45 0.78 0 25.63 1 0.61
Hex FF 8D 38 0 2D 4E 0 1A 64 3D
Octal 377 215 70 0 55 116 0 32 144 75
Binary 11111111 10001101 111000 0 101101 1001110 0 11010 1100100 111101

Color Harmonies of #FF8D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D38

Black with #FF8D38

Text Example


Text Example

White with #FF8D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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