Html Css Color HEX #FF9F2A Neon Carrot

📋 copy color: '#FF9F2A'

red 255 ◦ green 159 ◦ blue 42

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

Shades of Neon Carrot #FF9F2A

Tints of Neon Carrot #FF9F2A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.87%

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

R = 55.92%
G = 34.87%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF9F2A (or 0xFF9F2A) is known color: Neon Carrot. HEX triplet: FF, 9F and 2A. RGB value is (255,159,42). Sum of RGB (Red+Green+Blue) = 255+159+42=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F2A is #0060D5. Grayscale: #AEAEAE. Windows color (decimal): -24790 or 2793471. OLE color: 2793471.

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

Color convert

RGB 255 159 42 -
CMYK 0 0.38 0.84 0
HSL 32.96º 1% 0.58% -
HSV(B) 32.96º 0.84% 1% -
XYZ 54.06 46.22 8.26 -
YUV 174.37 53.3 185.51 -
System Red Green Blue C M Y K H S L
Decimal 255 159 42 0 0.38 0.84 0 32.96 1 0.58
Hex FF 9F 2A 0 26 54 0 21 64 3A
Octal 377 237 52 0 46 124 0 41 144 72
Binary 11111111 10011111 101010 0 100110 1010100 0 100001 1100100 111010

Color Harmonies of #FF9F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F2A

Black with #FF9F2A

Text Example


Text Example

White with #FF9F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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