Html Css Color HEX #FF9F3A Neon Carrot

📋 copy color: '#FF9F3A'

red 255 ◦ green 159 ◦ blue 58

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

Shades of Neon Carrot #FF9F3A

Tints of Neon Carrot #FF9F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.29%

R = 54.03%
G = 33.69%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF9F3A (or 0xFF9F3A) is known color: Neon Carrot. HEX triplet: FF, 9F and 3A. RGB value is (255,159,58). Sum of RGB (Red+Green+Blue) = 255+159+58=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F3A is #0060C5. Grayscale: #B0B0B0. Windows color (decimal): -24774 or 3842047. OLE color: 3842047.

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

Color convert

RGB 255 159 58 -
CMYK 0 0.38 0.77 0
HSL 30.76º 1% 0.61% -
HSV(B) 30.76º 0.77% 1% -
XYZ 54.4 46.36 10.08 -
YUV 176.19 61.3 184.21 -
System Red Green Blue C M Y K H S L
Decimal 255 159 58 0 0.38 0.77 0 30.76 1 0.61
Hex FF 9F 3A 0 26 4D 0 1F 64 3D
Octal 377 237 72 0 46 115 0 37 144 75
Binary 11111111 10011111 111010 0 100110 1001101 0 11111 1100100 111101

Color Harmonies of #FF9F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F3A

Black with #FF9F3A

Text Example


Text Example

White with #FF9F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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