Html Css Color HEX #FF9129 Neon Carrot

📋 copy color: '#FF9129'

red 255 ◦ green 145 ◦ blue 41

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

Shades of Neon Carrot #FF9129

Tints of Neon Carrot #FF9129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.88%

 BLUE value IS 41 (16.41% from 255) = 9.3%

R = 57.82%
G = 32.88%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF9129 (or 0xFF9129) is known color: Neon Carrot. HEX triplet: FF, 91 and 29. RGB value is (255,145,41). Sum of RGB (Red+Green+Blue) = 255+145+41=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9129 is #006ED6. Grayscale: #A6A6A6. Windows color (decimal): -28375 or 2724351. OLE color: 2724351.

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

Color convert

RGB 255 145 41 -
CMYK 0 0.43 0.84 0
HSL 29.16º 1% 0.58% -
HSV(B) 29.16º 0.84% 1% -
XYZ 51.77 41.67 7.41 -
YUV 166.03 57.44 191.46 -
System Red Green Blue C M Y K H S L
Decimal 255 145 41 0 0.43 0.84 0 29.16 1 0.58
Hex FF 91 29 0 2B 54 0 1D 64 3A
Octal 377 221 51 0 53 124 0 35 144 72
Binary 11111111 10010001 101001 0 101011 1010100 0 11101 1100100 111010

Color Harmonies of #FF9129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9129

Black with #FF9129

Text Example


Text Example

White with #FF9129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9129; }

 p { color: rgb(255,145,41); }

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

background-color css

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

 a { background-color: rgb(255,145,41); }

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

border-color css

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

 span { border-color: rgb(255,145,41); }

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