Html Css Color HEX #FF953C Neon Carrot

📋 copy color: '#FF953C'

red 255 ◦ green 149 ◦ blue 60

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

Shades of Neon Carrot #FF953C

Tints of Neon Carrot #FF953C

RGB

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

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

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

R = 54.96%
G = 32.11%
B = 12.93%

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

#FF953C (or 0xFF953C) is known color: Neon Carrot. HEX triplet: FF, 95 and 3C. RGB value is (255,149,60). Sum of RGB (Red+Green+Blue) = 255+149+60=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF953C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF953C is #006AC3. Grayscale: #ABABAB. Windows color (decimal): -27332 or 3970559. OLE color: 3970559.

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

Color convert

RGB 255 149 60 -
CMYK 0 0.42 0.76 0
HSL 27.38º 1% 0.62% -
HSV(B) 27.38º 0.76% 1% -
XYZ 52.8 43.08 9.81 -
YUV 170.55 65.62 188.24 -
System Red Green Blue C M Y K H S L
Decimal 255 149 60 0 0.42 0.76 0 27.38 1 0.62
Hex FF 95 3C 0 2A 4C 0 1B 64 3E
Octal 377 225 74 0 52 114 0 33 144 76
Binary 11111111 10010101 111100 0 101010 1001100 0 11011 1100100 111110

Color Harmonies of #FF953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF953C

Black with #FF953C

Text Example


Text Example

White with #FF953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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