Html Css Color HEX #F08319 Carrot Orange

📋 copy color: '#F08319'

red 240 ◦ green 131 ◦ blue 25

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

Shades of Carrot Orange #F08319

Tints of Carrot Orange #F08319

RGB

 RED value IS 240 (94.14% from 255) = 60.61%

 GREEN value IS 131 (51.56% from 255) = 33.08%

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

R = 60.61%
G = 33.08%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F08319 (or 0xF08319) is known color: Carrot Orange. HEX triplet: F0, 83 and 19. RGB value is (240,131,25). Sum of RGB (Red+Green+Blue) = 240+131+25=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F08319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08319 is #0F7CE6. Grayscale: #989898. Windows color (decimal): -1015015 or 1672176. OLE color: 1672176.

HSL color Cylindrical-coordinate representation of color #F08319: hue angle of 29.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F08319 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 25 -
CMYK 0 0.45 0.90 0.06
HSL 29.58º 0.88% 0.52% -
HSV(B) 29.58º 0.9% 0.94% -
XYZ 44.23 34.83 5.31 -
YUV 151.51 56.61 191.12 -
System Red Green Blue C M Y K H S L
Decimal 240 131 25 0 0.45 0.90 0.06 29.58 0.88 0.52
Hex F0 83 19 0 2D 5A 6 1E 58 34
Octal 360 203 31 0 55 132 6 36 130 64
Binary 11110000 10000011 11001 0 101101 1011010 110 11110 1011000 110100

Color Harmonies of #F08319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08319

Black with #F08319

Text Example


Text Example

White with #F08319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08319; }

 p { color: rgb(240,131,25); }

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

background-color css

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

 a { background-color: rgb(240,131,25); }

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

border-color css

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

 span { border-color: rgb(240,131,25); }

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