Html Css Color HEX #FF9E30 Neon Carrot

📋 copy color: '#FF9E30'

red 255 ◦ green 158 ◦ blue 48

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

Shades of Neon Carrot #FF9E30

Tints of Neon Carrot #FF9E30

RGB

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

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

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

R = 55.31%
G = 34.27%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF9E30 (or 0xFF9E30) is known color: Neon Carrot. HEX triplet: FF, 9E and 30. RGB value is (255,158,48). Sum of RGB (Red+Green+Blue) = 255+158+48=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9E30 is #0061CF. Grayscale: #AFAFAF. Windows color (decimal): -25040 or 3186431. OLE color: 3186431.

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

Color convert

RGB 255 158 48 -
CMYK 0 0.38 0.81 0
HSL 31.88º 1% 0.59% -
HSV(B) 31.88º 0.81% 1% -
XYZ 54 45.93 8.81 -
YUV 174.46 56.64 185.44 -
System Red Green Blue C M Y K H S L
Decimal 255 158 48 0 0.38 0.81 0 31.88 1 0.59
Hex FF 9E 30 0 26 51 0 20 64 3B
Octal 377 236 60 0 46 121 0 40 144 73
Binary 11111111 10011110 110000 0 100110 1010001 0 100000 1100100 111011

Color Harmonies of #FF9E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E30

Black with #FF9E30

Text Example


Text Example

White with #FF9E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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