Html Css Color HEX #FF9315 Carrot Orange

📋 copy color: '#FF9315'

red 255 ◦ green 147 ◦ blue 21

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

Shades of Carrot Orange #FF9315

Tints of Carrot Orange #FF9315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 60.28%
G = 34.75%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF9315 (or 0xFF9315) is known color: Carrot Orange. HEX triplet: FF, 93 and 15. RGB value is (255,147,21). Sum of RGB (Red+Green+Blue) = 255+147+21=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9315 is #006CEA. Grayscale: #A5A5A5. Windows color (decimal): -27883 or 1414143. OLE color: 1414143.

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

Color convert

RGB 255 147 21 -
CMYK 0 0.42 0.92 0
HSL 32.31º 1% 0.54% -
HSV(B) 32.31º 0.92% 1% -
XYZ 51.81 42.18 6.12 -
YUV 164.93 46.78 192.25 -
System Red Green Blue C M Y K H S L
Decimal 255 147 21 0 0.42 0.92 0 32.31 1 0.54
Hex FF 93 15 0 2A 5C 0 20 64 36
Octal 377 223 25 0 52 134 0 40 144 66
Binary 11111111 10010011 10101 0 101010 1011100 0 100000 1100100 110110

Color Harmonies of #FF9315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9315

Black with #FF9315

Text Example


Text Example

White with #FF9315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9315; }

 p { color: rgb(255,147,21); }

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

background-color css

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

 a { background-color: rgb(255,147,21); }

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

border-color css

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

 span { border-color: rgb(255,147,21); }

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