Html Css Color HEX #F19614 Carrot Orange

📋 copy color: '#F19614'

red 241 ◦ green 150 ◦ blue 20

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

Shades of Carrot Orange #F19614

Tints of Carrot Orange #F19614

RGB

 RED value IS 241 (94.53% from 255) = 58.64%

 GREEN value IS 150 (58.98% from 255) = 36.5%

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 58.64%
G = 36.5%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F19614 (or 0xF19614) is known color: Carrot Orange. HEX triplet: F1, 96 and 14. RGB value is (241,150,20). Sum of RGB (Red+Green+Blue) = 241+150+20=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F19614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19614 is #0E69EB. Grayscale: #A3A3A3. Windows color (decimal): -944620 or 1349361. OLE color: 1349361.

HSL color Cylindrical-coordinate representation of color #F19614: hue angle of 35.29º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F19614 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 150 20 -
CMYK 0 0.38 0.92 0.05
HSL 35.29º 0.89% 0.51% -
HSV(B) 35.29º 0.92% 0.95% -
XYZ 47.31 40.56 6 -
YUV 162.39 47.65 184.07 -
System Red Green Blue C M Y K H S L
Decimal 241 150 20 0 0.38 0.92 0.05 35.29 0.89 0.51
Hex F1 96 14 0 26 5C 5 23 59 33
Octal 361 226 24 0 46 134 5 43 131 63
Binary 11110001 10010110 10100 0 100110 1011100 101 100011 1011001 110011

Color Harmonies of #F19614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19614

Black with #F19614

Text Example


Text Example

White with #F19614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19614; }

 p { color: rgb(241,150,20); }

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

background-color css

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

 a { background-color: rgb(241,150,20); }

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

border-color css

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

 span { border-color: rgb(241,150,20); }

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