Html Css Color HEX #FF9215 Carrot Orange

📋 copy color: '#FF9215'

red 255 ◦ green 146 ◦ blue 21

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

Shades of Carrot Orange #FF9215

Tints of Carrot Orange #FF9215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.6%

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

R = 60.43%
G = 34.6%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF9215 (or 0xFF9215) is known color: Carrot Orange. HEX triplet: FF, 92 and 15. RGB value is (255,146,21). Sum of RGB (Red+Green+Blue) = 255+146+21=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9215 is #006DEA. Grayscale: #A4A4A4. Windows color (decimal): -28139 or 1413887. OLE color: 1413887.

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

Color convert

RGB 255 146 21 -
CMYK 0 0.43 0.92 0
HSL 32.05º 1% 0.54% -
HSV(B) 32.05º 0.92% 1% -
XYZ 51.65 41.87 6.07 -
YUV 164.34 47.11 192.66 -
System Red Green Blue C M Y K H S L
Decimal 255 146 21 0 0.43 0.92 0 32.05 1 0.54
Hex FF 92 15 0 2B 5C 0 20 64 36
Octal 377 222 25 0 53 134 0 40 144 66
Binary 11111111 10010010 10101 0 101011 1011100 0 100000 1100100 110110

Color Harmonies of #FF9215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9215

Black with #FF9215

Text Example


Text Example

White with #FF9215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9215; }

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

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

background-color css

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

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

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

border-color css

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

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

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