Html Css Color HEX #FF952F Neon Carrot

📋 copy color: '#FF952F'

red 255 ◦ green 149 ◦ blue 47

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

Shades of Neon Carrot #FF952F

Tints of Neon Carrot #FF952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.42%

R = 56.54%
G = 33.04%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF952F (or 0xFF952F) is known color: Neon Carrot. HEX triplet: FF, 95 and 2F. RGB value is (255,149,47). Sum of RGB (Red+Green+Blue) = 255+149+47=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF952F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF952F is #006AD0. Grayscale: #A9A9A9. Windows color (decimal): -27345 or 3118591. OLE color: 3118591.

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

Color convert

RGB 255 149 47 -
CMYK 0 0.42 0.82 0
HSL 29.42º 1% 0.59% -
HSV(B) 29.42º 0.82% 1% -
XYZ 52.5 42.96 8.21 -
YUV 169.07 59.12 189.29 -
System Red Green Blue C M Y K H S L
Decimal 255 149 47 0 0.42 0.82 0 29.42 1 0.59
Hex FF 95 2F 0 2A 52 0 1D 64 3B
Octal 377 225 57 0 52 122 0 35 144 73
Binary 11111111 10010101 101111 0 101010 1010010 0 11101 1100100 111011

Color Harmonies of #FF952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF952F

Black with #FF952F

Text Example


Text Example

White with #FF952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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