Html Css Color HEX #FF952B Neon Carrot

📋 copy color: '#FF952B'

red 255 ◦ green 149 ◦ blue 43

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

Shades of Neon Carrot #FF952B

Tints of Neon Carrot #FF952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.62%

R = 57.05%
G = 33.33%
B = 9.62%

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

#FF952B (or 0xFF952B) is known color: Neon Carrot. HEX triplet: FF, 95 and 2B. RGB value is (255,149,43). Sum of RGB (Red+Green+Blue) = 255+149+43=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF952B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF952B is #006AD4. Grayscale: #A9A9A9. Windows color (decimal): -27349 or 2856447. OLE color: 2856447.

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

Color convert

RGB 255 149 43 -
CMYK 0 0.42 0.83 0
HSL 30º 1% 0.58% -
HSV(B) 30º 0.83% 1% -
XYZ 52.42 42.93 7.81 -
YUV 168.61 57.12 189.62 -
System Red Green Blue C M Y K H S L
Decimal 255 149 43 0 0.42 0.83 0 30 1 0.58
Hex FF 95 2B 0 2A 53 0 1E 64 3A
Octal 377 225 53 0 52 123 0 36 144 72
Binary 11111111 10010101 101011 0 101010 1010011 0 11110 1100100 111010

Color Harmonies of #FF952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF952B

Black with #FF952B

Text Example


Text Example

White with #FF952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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