Html Css Color HEX #F69412 Carrot Orange

📋 copy color: '#F69412'

red 246 ◦ green 148 ◦ blue 18

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

Shades of Carrot Orange #F69412

Tints of Carrot Orange #F69412

RGB

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

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

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

R = 59.71%
G = 35.92%
B = 4.37%

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

#F69412 (or 0xF69412) is known color: Carrot Orange. HEX triplet: F6, 94 and 12. RGB value is (246,148,18). Sum of RGB (Red+Green+Blue) = 246+148+18=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F69412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69412 is #096BED. Grayscale: #A3A3A3. Windows color (decimal): -617454 or 1217782. OLE color: 1217782.

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

Color convert

RGB 246 148 18 -
CMYK 0 0.40 0.93 0.04
HSL 34.21º 0.93% 0.52% -
HSV(B) 34.21º 0.93% 0.96% -
XYZ 48.71 40.82 5.88 -
YUV 162.48 46.47 187.57 -
System Red Green Blue C M Y K H S L
Decimal 246 148 18 0 0.40 0.93 0.04 34.21 0.93 0.52
Hex F6 94 12 0 28 5D 4 22 5D 34
Octal 366 224 22 0 50 135 4 42 135 64
Binary 11110110 10010100 10010 0 101000 1011101 100 100010 1011101 110100

Color Harmonies of #F69412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69412

Black with #F69412

Text Example


Text Example

White with #F69412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69412; }

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

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

background-color css

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

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

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

border-color css

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

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

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