Html Css Color HEX #F69413 Carrot Orange

📋 copy color: '#F69413'

red 246 ◦ green 148 ◦ blue 19

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

Shades of Carrot Orange #F69413

Tints of Carrot Orange #F69413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.6%

R = 59.56%
G = 35.84%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F69413 (or 0xF69413) is known color: Carrot Orange. HEX triplet: F6, 94 and 13. RGB value is (246,148,19). Sum of RGB (Red+Green+Blue) = 246+148+19=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F69413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69413 is #096BEC. Grayscale: #A3A3A3. Windows color (decimal): -617453 or 1283318. OLE color: 1283318.

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

Color convert

RGB 246 148 19 -
CMYK 0 0.40 0.92 0.04
HSL 34.1º 0.93% 0.52% -
HSV(B) 34.1º 0.92% 0.96% -
XYZ 48.71 40.82 5.93 -
YUV 162.6 46.97 187.49 -
System Red Green Blue C M Y K H S L
Decimal 246 148 19 0 0.40 0.92 0.04 34.1 0.93 0.52
Hex F6 94 13 0 28 5C 4 22 5D 34
Octal 366 224 23 0 50 134 4 42 135 64
Binary 11110110 10010100 10011 0 101000 1011100 100 100010 1011101 110100

Color Harmonies of #F69413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69413

Black with #F69413

Text Example


Text Example

White with #F69413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69413; }

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

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

background-color css

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

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

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

border-color css

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

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

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