Html Css Color HEX #F69114 Carrot Orange

📋 copy color: '#F69114'

red 246 ◦ green 145 ◦ blue 20

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

Shades of Carrot Orange #F69114

Tints of Carrot Orange #F69114

RGB

 RED value IS 246 (96.48% from 255) = 59.85%

 GREEN value IS 145 (57.03% from 255) = 35.28%

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

R = 59.85%
G = 35.28%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F69114 (or 0xF69114) is known color: Carrot Orange. HEX triplet: F6, 91 and 14. RGB value is (246,145,20). Sum of RGB (Red+Green+Blue) = 246+145+20=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F69114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69114 is #096EEB. Grayscale: #A1A1A1. Windows color (decimal): -618220 or 1348086. OLE color: 1348086.

HSL color Cylindrical-coordinate representation of color #F69114: hue angle of 33.19º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F69114 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 145 20 -
CMYK 0 0.41 0.92 0.04
HSL 33.19º 0.93% 0.52% -
HSV(B) 33.19º 0.92% 0.96% -
XYZ 48.26 39.89 5.82 -
YUV 160.95 48.46 188.66 -
System Red Green Blue C M Y K H S L
Decimal 246 145 20 0 0.41 0.92 0.04 33.19 0.93 0.52
Hex F6 91 14 0 29 5C 4 21 5D 34
Octal 366 221 24 0 51 134 4 41 135 64
Binary 11110110 10010001 10100 0 101001 1011100 100 100001 1011101 110100

Color Harmonies of #F69114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69114

Black with #F69114

Text Example


Text Example

White with #F69114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69114; }

 p { color: rgb(246,145,20); }

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

background-color css

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

 a { background-color: rgb(246,145,20); }

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

border-color css

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

 span { border-color: rgb(246,145,20); }

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