Html Css Color HEX #FF9A35 Neon Carrot

📋 copy color: '#FF9A35'

red 255 ◦ green 154 ◦ blue 53

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

Shades of Neon Carrot #FF9A35

Tints of Neon Carrot #FF9A35

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.33%

 BLUE value IS 53 (21.09% from 255) = 11.47%

R = 55.19%
G = 33.33%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF9A35 (or 0xFF9A35) is known color: Neon Carrot. HEX triplet: FF, 9A and 35. RGB value is (255,154,53). Sum of RGB (Red+Green+Blue) = 255+154+53=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A35 is #0065CA. Grayscale: #ADADAD. Windows color (decimal): -26059 or 3513087. OLE color: 3513087.

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

Color convert

RGB 255 154 53 -
CMYK 0 0.40 0.79 0
HSL 30º 1% 0.6% -
HSV(B) 30º 0.79% 1% -
XYZ 53.44 44.63 9.17 -
YUV 172.69 60.46 186.71 -
System Red Green Blue C M Y K H S L
Decimal 255 154 53 0 0.40 0.79 0 30 1 0.6
Hex FF 9A 35 0 28 4F 0 1E 64 3C
Octal 377 232 65 0 50 117 0 36 144 74
Binary 11111111 10011010 110101 0 101000 1001111 0 11110 1100100 111100

Color Harmonies of #FF9A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9A35

Black with #FF9A35

Text Example


Text Example

White with #FF9A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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