Html Css Color HEX #FF9531 Neon Carrot

📋 copy color: '#FF9531'

red 255 ◦ green 149 ◦ blue 49

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

Shades of Neon Carrot #FF9531

Tints of Neon Carrot #FF9531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.82%

R = 56.29%
G = 32.89%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF9531 (or 0xFF9531) is known color: Neon Carrot. HEX triplet: FF, 95 and 31. RGB value is (255,149,49). Sum of RGB (Red+Green+Blue) = 255+149+49=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9531 is #006ACE. Grayscale: #A9A9A9. Windows color (decimal): -27343 or 3249663. OLE color: 3249663.

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

Color convert

RGB 255 149 49 -
CMYK 0 0.42 0.81 0
HSL 29.13º 1% 0.6% -
HSV(B) 29.13º 0.81% 1% -
XYZ 52.54 42.98 8.43 -
YUV 169.29 60.12 189.13 -
System Red Green Blue C M Y K H S L
Decimal 255 149 49 0 0.42 0.81 0 29.13 1 0.6
Hex FF 95 31 0 2A 51 0 1D 64 3C
Octal 377 225 61 0 52 121 0 35 144 74
Binary 11111111 10010101 110001 0 101010 1010001 0 11101 1100100 111100

Color Harmonies of #FF9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9531

Black with #FF9531

Text Example


Text Example

White with #FF9531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9531; }

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

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

background-color css

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

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

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

border-color css

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

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

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