Html Css Color HEX #FF9231 Neon Carrot

📋 copy color: '#FF9231'

red 255 ◦ green 146 ◦ blue 49

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

Shades of Neon Carrot #FF9231

Tints of Neon Carrot #FF9231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.44%

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

R = 56.67%
G = 32.44%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF9231 (or 0xFF9231) is known color: Neon Carrot. HEX triplet: FF, 92 and 31. RGB value is (255,146,49). Sum of RGB (Red+Green+Blue) = 255+146+49=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9231 is #006DCE. Grayscale: #A8A8A8. Windows color (decimal): -28111 or 3248895. OLE color: 3248895.

HSL color Cylindrical-coordinate representation of color #FF9231: hue angle of 28.25º 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 #FF9231 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 146 49 -
CMYK 0 0.43 0.81 0
HSL 28.25º 1% 0.6% -
HSV(B) 28.25º 0.81% 1% -
XYZ 52.07 42.04 8.28 -
YUV 167.53 61.11 190.39 -
System Red Green Blue C M Y K H S L
Decimal 255 146 49 0 0.43 0.81 0 28.25 1 0.6
Hex FF 92 31 0 2B 51 0 1C 64 3C
Octal 377 222 61 0 53 121 0 34 144 74
Binary 11111111 10010010 110001 0 101011 1010001 0 11100 1100100 111100

Color Harmonies of #FF9231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9231

Black with #FF9231

Text Example


Text Example

White with #FF9231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9231; }

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

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

background-color css

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

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

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

border-color css

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

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

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