#FF9B35

Color #FF9B35 Neon Carrot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Carrot #FF9B35

Tints of Neon Carrot #FF9B35

Color information

#FF9B35 (or 0xFF9B35) is unknown color: approx Neon Carrot. HEX triplet: FF, 9B and 35. RGB value is (255,155,53). Sum of RGB (Red+Green+Blue) = 255+155+53=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9B35 is #0064CA. Grayscale: #ADADAD. Windows color (decimal): -25803 or 3513343. OLE color: 3513343.

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

Color convert

RGB25515553-
CMYK00.390.790
HSL30.3º100%60.39%-
HSV(B)30.3º79.22%100%-
XYZ53.644.969.22-
YUV173.2760.13186.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.08%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 53 (21.09% from 255) = 11.45%
R=55.08%
G=33.48%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551555300.390.79030.310060.39
HexFF9B350274F01e643c
Octal3772336504711703614474
Binary1111111110011011110101010011110011110111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9B35; }

 p { color: rgb(255,155,53); }

 H1.HeaderClassName
 {
   color: #FF9B35;
 }
 .AnyTagClassName
 {
   color: #FF9B35;
 }
</style>
background-color css

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

 a { background-color: rgb(255,155,53); }

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

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

 span { border-color: rgb(255,155,53); }

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