Html Css Color HEX #F69312 Carrot Orange

📋 copy color: '#F69312'

red 246 ◦ green 147 ◦ blue 18

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

Shades of Carrot Orange #F69312

Tints of Carrot Orange #F69312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.38%

R = 59.85%
G = 35.77%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F69312 (or 0xF69312) is known color: Carrot Orange. HEX triplet: F6, 93 and 12. RGB value is (246,147,18). Sum of RGB (Red+Green+Blue) = 246+147+18=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F69312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69312 is #096CED. Grayscale: #A2A2A2. Windows color (decimal): -617710 or 1217526. OLE color: 1217526.

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

Color convert

RGB 246 147 18 -
CMYK 0 0.40 0.93 0.04
HSL 33.95º 0.93% 0.52% -
HSV(B) 33.95º 0.93% 0.96% -
XYZ 48.55 40.5 5.83 -
YUV 161.9 46.8 187.99 -
System Red Green Blue C M Y K H S L
Decimal 246 147 18 0 0.40 0.93 0.04 33.95 0.93 0.52
Hex F6 93 12 0 28 5D 4 22 5D 34
Octal 366 223 22 0 50 135 4 42 135 64
Binary 11110110 10010011 10010 0 101000 1011101 100 100010 1011101 110100

Color Harmonies of #F69312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69312

Black with #F69312

Text Example


Text Example

White with #F69312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69312; }

 p { color: rgb(246,147,18); }

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

background-color css

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

 a { background-color: rgb(246,147,18); }

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

border-color css

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

 span { border-color: rgb(246,147,18); }

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