Html Css Color HEX #F69212 Carrot Orange

📋 copy color: '#F69212'

red 246 ◦ green 146 ◦ blue 18

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

Shades of Carrot Orange #F69212

Tints of Carrot Orange #F69212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.61%

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

R = 60%
G = 35.61%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F69212 (or 0xF69212) is known color: Carrot Orange. HEX triplet: F6, 92 and 12. RGB value is (246,146,18). Sum of RGB (Red+Green+Blue) = 246+146+18=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F69212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69212 is #096DED. Grayscale: #A1A1A1. Windows color (decimal): -617966 or 1217270. OLE color: 1217270.

HSL color Cylindrical-coordinate representation of color #F69212: hue angle of 33.68º 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 #F69212 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 146 18 -
CMYK 0 0.41 0.93 0.04
HSL 33.68º 0.93% 0.52% -
HSV(B) 33.68º 0.93% 0.96% -
XYZ 48.39 40.19 5.78 -
YUV 161.31 47.13 188.41 -
System Red Green Blue C M Y K H S L
Decimal 246 146 18 0 0.41 0.93 0.04 33.68 0.93 0.52
Hex F6 92 12 0 29 5D 4 22 5D 34
Octal 366 222 22 0 51 135 4 42 135 64
Binary 11110110 10010010 10010 0 101001 1011101 100 100010 1011101 110100

Color Harmonies of #F69212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69212

Black with #F69212

Text Example


Text Example

White with #F69212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69212; }

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

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

background-color css

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

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

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

border-color css

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

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

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