Html Css Color HEX #FF953F Neon Carrot

📋 copy color: '#FF953F'

red 255 ◦ green 149 ◦ blue 63

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

Shades of Neon Carrot #FF953F

Tints of Neon Carrot #FF953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.49%

R = 54.6%
G = 31.91%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF953F (or 0xFF953F) is known color: Neon Carrot. HEX triplet: FF, 95 and 3F. RGB value is (255,149,63). Sum of RGB (Red+Green+Blue) = 255+149+63=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF953F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF953F is #006AC0. Grayscale: #ABABAB. Windows color (decimal): -27329 or 4167167. OLE color: 4167167.

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

Color convert

RGB 255 149 63 -
CMYK 0 0.42 0.75 0
HSL 26.88º 1% 0.62% -
HSV(B) 26.88º 0.75% 1% -
XYZ 52.88 43.11 10.24 -
YUV 170.89 67.12 187.99 -
System Red Green Blue C M Y K H S L
Decimal 255 149 63 0 0.42 0.75 0 26.88 1 0.62
Hex FF 95 3F 0 2A 4B 0 1B 64 3E
Octal 377 225 77 0 52 113 0 33 144 76
Binary 11111111 10010101 111111 0 101010 1001011 0 11011 1100100 111110

Color Harmonies of #FF953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF953F

Black with #FF953F

Text Example


Text Example

White with #FF953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF953F; }

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

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

background-color css

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

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

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

border-color css

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

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

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