Html Css Color HEX #F6912A Carrot Orange

📋 copy color: '#F6912A'

red 246 ◦ green 145 ◦ blue 42

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

Shades of Carrot Orange #F6912A

Tints of Carrot Orange #F6912A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.7%

R = 56.81%
G = 33.49%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6912A (or 0xF6912A) is known color: Carrot Orange. HEX triplet: F6, 91 and 2A. RGB value is (246,145,42). Sum of RGB (Red+Green+Blue) = 246+145+42=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F6912A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6912A is #096ED5. Grayscale: #A3A3A3. Windows color (decimal): -618198 or 2789878. OLE color: 2789878.

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

Color convert

RGB 246 145 42 -
CMYK 0 0.41 0.83 0.04
HSL 30.29º 0.92% 0.56% -
HSV(B) 30.29º 0.83% 0.96% -
XYZ 48.55 40.01 7.35 -
YUV 163.46 59.46 186.88 -
System Red Green Blue C M Y K H S L
Decimal 246 145 42 0 0.41 0.83 0.04 30.29 0.92 0.56
Hex F6 91 2A 0 29 53 4 1E 5C 38
Octal 366 221 52 0 51 123 4 36 134 70
Binary 11110110 10010001 101010 0 101001 1010011 100 11110 1011100 111000

Color Harmonies of #F6912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6912A

Black with #F6912A

Text Example


Text Example

White with #F6912A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6912A; }

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

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

background-color css

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

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

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

border-color css

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

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

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