Html Css Color HEX #FF9E3C Neon Carrot

📋 copy color: '#FF9E3C'

red 255 ◦ green 158 ◦ blue 60

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

Shades of Neon Carrot #FF9E3C

Tints of Neon Carrot #FF9E3C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.4%

 BLUE value IS 60 (23.83% from 255) = 12.68%

R = 53.91%
G = 33.4%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF9E3C (or 0xFF9E3C) is known color: Neon Carrot. HEX triplet: FF, 9E and 3C. RGB value is (255,158,60). Sum of RGB (Red+Green+Blue) = 255+158+60=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9E3C is #0061C3. Grayscale: #B0B0B0. Windows color (decimal): -25028 or 3972863. OLE color: 3972863.

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

Color convert

RGB 255 158 60 -
CMYK 0 0.38 0.76 0
HSL 30.15º 1% 0.62% -
HSV(B) 30.15º 0.76% 1% -
XYZ 54.28 46.04 10.3 -
YUV 175.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 255 158 60 0 0.38 0.76 0 30.15 1 0.62
Hex FF 9E 3C 0 26 4C 0 1E 64 3E
Octal 377 236 74 0 46 114 0 36 144 76
Binary 11111111 10011110 111100 0 100110 1001100 0 11110 1100100 111110

Color Harmonies of #FF9E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E3C

Black with #FF9E3C

Text Example


Text Example

White with #FF9E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E3C; }

 p { color: rgb(255,158,60); }

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

background-color css

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

 a { background-color: rgb(255,158,60); }

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

border-color css

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

 span { border-color: rgb(255,158,60); }

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