Html Css Color HEX #FF9319 Carrot Orange

📋 copy color: '#FF9319'

red 255 ◦ green 147 ◦ blue 25

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

Shades of Carrot Orange #FF9319

Tints of Carrot Orange #FF9319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.85%

R = 59.72%
G = 34.43%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF9319 (or 0xFF9319) is known color: Carrot Orange. HEX triplet: FF, 93 and 19. RGB value is (255,147,25). Sum of RGB (Red+Green+Blue) = 255+147+25=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9319 is #006CE6. Grayscale: #A5A5A5. Windows color (decimal): -27879 or 1676287. OLE color: 1676287.

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

Color convert

RGB 255 147 25 -
CMYK 0 0.42 0.90 0
HSL 31.83º 1% 0.55% -
HSV(B) 31.83º 0.9% 1% -
XYZ 51.85 42.2 6.33 -
YUV 165.38 48.78 191.92 -
System Red Green Blue C M Y K H S L
Decimal 255 147 25 0 0.42 0.90 0 31.83 1 0.55
Hex FF 93 19 0 2A 5A 0 20 64 37
Octal 377 223 31 0 52 132 0 40 144 67
Binary 11111111 10010011 11001 0 101010 1011010 0 100000 1100100 110111

Color Harmonies of #FF9319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9319

Black with #FF9319

Text Example


Text Example

White with #FF9319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9319; }

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

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

background-color css

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

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

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

border-color css

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

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

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