Html Css Color HEX #F09413 Carrot Orange

📋 copy color: '#F09413'

red 240 ◦ green 148 ◦ blue 19

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

Shades of Carrot Orange #F09413

Tints of Carrot Orange #F09413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 58.97%
G = 36.36%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09413 (or 0xF09413) is known color: Carrot Orange. HEX triplet: F0, 94 and 13. RGB value is (240,148,19). Sum of RGB (Red+Green+Blue) = 240+148+19=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F09413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09413 is #0F6BEC. Grayscale: #A1A1A1. Windows color (decimal): -1010669 or 1283312. OLE color: 1283312.

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

Color convert

RGB 240 148 19 -
CMYK 0 0.38 0.92 0.06
HSL 35.02º 0.88% 0.51% -
HSV(B) 35.02º 0.92% 0.94% -
XYZ 46.64 39.75 5.83 -
YUV 160.8 47.98 184.49 -
System Red Green Blue C M Y K H S L
Decimal 240 148 19 0 0.38 0.92 0.06 35.02 0.88 0.51
Hex F0 94 13 0 26 5C 6 23 58 33
Octal 360 224 23 0 46 134 6 43 130 63
Binary 11110000 10010100 10011 0 100110 1011100 110 100011 1011000 110011

Color Harmonies of #F09413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09413

Black with #F09413

Text Example


Text Example

White with #F09413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09413; }

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

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

background-color css

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

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

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

border-color css

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

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

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