Html Css Color HEX #FF952C Neon Carrot

📋 copy color: '#FF952C'

red 255 ◦ green 149 ◦ blue 44

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

Shades of Neon Carrot #FF952C

Tints of Neon Carrot #FF952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.82%

R = 56.92%
G = 33.26%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF952C (or 0xFF952C) is known color: Neon Carrot. HEX triplet: FF, 95 and 2C. RGB value is (255,149,44). Sum of RGB (Red+Green+Blue) = 255+149+44=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF952C is #006AD3. Grayscale: #A9A9A9. Windows color (decimal): -27348 or 2921983. OLE color: 2921983.

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

Color convert

RGB 255 149 44 -
CMYK 0 0.42 0.83 0
HSL 29.86º 1% 0.59% -
HSV(B) 29.86º 0.83% 1% -
XYZ 52.44 42.94 7.91 -
YUV 168.72 57.62 189.54 -
System Red Green Blue C M Y K H S L
Decimal 255 149 44 0 0.42 0.83 0 29.86 1 0.59
Hex FF 95 2C 0 2A 53 0 1E 64 3B
Octal 377 225 54 0 52 123 0 36 144 73
Binary 11111111 10010101 101100 0 101010 1010011 0 11110 1100100 111011

Color Harmonies of #FF952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF952C

Black with #FF952C

Text Example


Text Example

White with #FF952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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