Html Css Color HEX #F68223 Carrot Orange

📋 copy color: '#F68223'

red 246 ◦ green 130 ◦ blue 35

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

Shades of Carrot Orange #F68223

Tints of Carrot Orange #F68223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.63%

 BLUE value IS 35 (14.06% from 255) = 8.52%

R = 59.85%
G = 31.63%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F68223 (or 0xF68223) is known color: Carrot Orange. HEX triplet: F6, 82 and 23. RGB value is (246,130,35). Sum of RGB (Red+Green+Blue) = 246+130+35=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F68223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68223 is #097DDC. Grayscale: #9A9A9A. Windows color (decimal): -622045 or 2327286. OLE color: 2327286.

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

Color convert

RGB 246 130 35 -
CMYK 0 0.47 0.86 0.04
HSL 27.01º 0.92% 0.55% -
HSV(B) 27.01º 0.86% 0.96% -
XYZ 46.29 35.68 6.04 -
YUV 153.85 60.93 193.72 -
System Red Green Blue C M Y K H S L
Decimal 246 130 35 0 0.47 0.86 0.04 27.01 0.92 0.55
Hex F6 82 23 0 2F 56 4 1B 5C 37
Octal 366 202 43 0 57 126 4 33 134 67
Binary 11110110 10000010 100011 0 101111 1010110 100 11011 1011100 110111

Color Harmonies of #F68223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68223

Black with #F68223

Text Example


Text Example

White with #F68223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68223; }

 p { color: rgb(246,130,35); }

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

background-color css

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

 a { background-color: rgb(246,130,35); }

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

border-color css

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

 span { border-color: rgb(246,130,35); }

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