Html Css Color HEX #FF953A Neon Carrot

📋 copy color: '#FF953A'

red 255 ◦ green 149 ◦ blue 58

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

Shades of Neon Carrot #FF953A

Tints of Neon Carrot #FF953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

 BLUE value IS 58 (23.05% from 255) = 12.55%

R = 55.19%
G = 32.25%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF953A (or 0xFF953A) is known color: Neon Carrot. HEX triplet: FF, 95 and 3A. RGB value is (255,149,58). Sum of RGB (Red+Green+Blue) = 255+149+58=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF953A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF953A is #006AC5. Grayscale: #AAAAAA. Windows color (decimal): -27334 or 3839487. OLE color: 3839487.

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

Color convert

RGB 255 149 58 -
CMYK 0 0.42 0.77 0
HSL 27.72º 1% 0.61% -
HSV(B) 27.72º 0.77% 1% -
XYZ 52.75 43.06 9.53 -
YUV 170.32 64.62 188.4 -
System Red Green Blue C M Y K H S L
Decimal 255 149 58 0 0.42 0.77 0 27.72 1 0.61
Hex FF 95 3A 0 2A 4D 0 1C 64 3D
Octal 377 225 72 0 52 115 0 34 144 75
Binary 11111111 10010101 111010 0 101010 1001101 0 11100 1100100 111101

Color Harmonies of #FF953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF953A

Black with #FF953A

Text Example


Text Example

White with #FF953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF953A; }

 p { color: rgb(255,149,58); }

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

background-color css

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

 a { background-color: rgb(255,149,58); }

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

border-color css

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

 span { border-color: rgb(255,149,58); }

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