Html Css Color HEX #FF952A Neon Carrot

📋 copy color: '#FF952A'

red 255 ◦ green 149 ◦ blue 42

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

Shades of Neon Carrot #FF952A

Tints of Neon Carrot #FF952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.42%

R = 57.17%
G = 33.41%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF952A (or 0xFF952A) is known color: Neon Carrot. HEX triplet: FF, 95 and 2A. RGB value is (255,149,42). Sum of RGB (Red+Green+Blue) = 255+149+42=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF952A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF952A is #006AD5. Grayscale: #A9A9A9. Windows color (decimal): -27350 or 2790911. OLE color: 2790911.

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

Color convert

RGB 255 149 42 -
CMYK 0 0.42 0.84 0
HSL 30.14º 1% 0.58% -
HSV(B) 30.14º 0.84% 1% -
XYZ 52.41 42.92 7.71 -
YUV 168.5 56.62 189.7 -
System Red Green Blue C M Y K H S L
Decimal 255 149 42 0 0.42 0.84 0 30.14 1 0.58
Hex FF 95 2A 0 2A 54 0 1E 64 3A
Octal 377 225 52 0 52 124 0 36 144 72
Binary 11111111 10010101 101010 0 101010 1010100 0 11110 1100100 111010

Color Harmonies of #FF952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF952A

Black with #FF952A

Text Example


Text Example

White with #FF952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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