Html Css Color HEX #F08613 Carrot Orange

📋 copy color: '#F08613'

red 240 ◦ green 134 ◦ blue 19

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

Shades of Carrot Orange #F08613

Tints of Carrot Orange #F08613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

 BLUE value IS 19 (7.81% from 255) = 4.83%

R = 61.07%
G = 34.1%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F08613 (or 0xF08613) is known color: Carrot Orange. HEX triplet: F0, 86 and 13. RGB value is (240,134,19). Sum of RGB (Red+Green+Blue) = 240+134+19=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F08613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08613 is #0F79EC. Grayscale: #999999. Windows color (decimal): -1014253 or 1279728. OLE color: 1279728.

HSL color Cylindrical-coordinate representation of color #F08613: hue angle of 31.22º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F08613 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 19 -
CMYK 0 0.44 0.92 0.06
HSL 31.22º 0.88% 0.51% -
HSV(B) 31.22º 0.92% 0.94% -
XYZ 44.58 35.62 5.14 -
YUV 152.58 52.62 190.35 -
System Red Green Blue C M Y K H S L
Decimal 240 134 19 0 0.44 0.92 0.06 31.22 0.88 0.51
Hex F0 86 13 0 2C 5C 6 1F 58 33
Octal 360 206 23 0 54 134 6 37 130 63
Binary 11110000 10000110 10011 0 101100 1011100 110 11111 1011000 110011

Color Harmonies of #F08613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08613

Black with #F08613

Text Example


Text Example

White with #F08613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08613; }

 p { color: rgb(240,134,19); }

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

background-color css

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

 a { background-color: rgb(240,134,19); }

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

border-color css

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

 span { border-color: rgb(240,134,19); }

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