Html Css Color HEX #F09319 Carrot Orange

📋 copy color: '#F09319'

red 240 ◦ green 147 ◦ blue 25

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

Shades of Carrot Orange #F09319

Tints of Carrot Orange #F09319

RGB

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

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

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

R = 58.25%
G = 35.68%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F09319 (or 0xF09319) is known color: Carrot Orange. HEX triplet: F0, 93 and 19. RGB value is (240,147,25). Sum of RGB (Red+Green+Blue) = 240+147+25=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F09319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09319 is #0F6CE6. Grayscale: #A1A1A1. Windows color (decimal): -1010919 or 1676272. OLE color: 1676272.

HSL color Cylindrical-coordinate representation of color #F09319: hue angle of 34.05º 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 #F09319 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 147 25 -
CMYK 0 0.39 0.90 0.06
HSL 34.05º 0.88% 0.52% -
HSV(B) 34.05º 0.9% 0.94% -
XYZ 46.54 39.46 6.08 -
YUV 160.9 51.31 184.42 -
System Red Green Blue C M Y K H S L
Decimal 240 147 25 0 0.39 0.90 0.06 34.05 0.88 0.52
Hex F0 93 19 0 27 5A 6 22 58 34
Octal 360 223 31 0 47 132 6 42 130 64
Binary 11110000 10010011 11001 0 100111 1011010 110 100010 1011000 110100

Color Harmonies of #F09319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09319

Black with #F09319

Text Example


Text Example

White with #F09319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09319; }

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

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

background-color css

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

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

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

border-color css

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

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

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