Html Css Color HEX #FF953D Neon Carrot

📋 copy color: '#FF953D'

red 255 ◦ green 149 ◦ blue 61

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

Shades of Neon Carrot #FF953D

Tints of Neon Carrot #FF953D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.12%

R = 54.84%
G = 32.04%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF953D (or 0xFF953D) is known color: Neon Carrot. HEX triplet: FF, 95 and 3D. RGB value is (255,149,61). Sum of RGB (Red+Green+Blue) = 255+149+61=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF953D is #006AC2. Grayscale: #ABABAB. Windows color (decimal): -27331 or 4036095. OLE color: 4036095.

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

Color convert

RGB 255 149 61 -
CMYK 0 0.42 0.76 0
HSL 27.22º 1% 0.62% -
HSV(B) 27.22º 0.76% 1% -
XYZ 52.83 43.09 9.95 -
YUV 170.66 66.12 188.16 -
System Red Green Blue C M Y K H S L
Decimal 255 149 61 0 0.42 0.76 0 27.22 1 0.62
Hex FF 95 3D 0 2A 4C 0 1B 64 3E
Octal 377 225 75 0 52 114 0 33 144 76
Binary 11111111 10010101 111101 0 101010 1001100 0 11011 1100100 111110

Color Harmonies of #FF953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF953D

Black with #FF953D

Text Example


Text Example

White with #FF953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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