Html Css Color HEX #F68C1E Carrot Orange

📋 copy color: '#F68C1E'

red 246 ◦ green 140 ◦ blue 30

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

Shades of Carrot Orange #F68C1E

Tints of Carrot Orange #F68C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

 BLUE value IS 30 (12.11% from 255) = 7.21%

R = 59.13%
G = 33.65%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F68C1E (or 0xF68C1E) is known color: Carrot Orange. HEX triplet: F6, 8C and 1E. RGB value is (246,140,30). Sum of RGB (Red+Green+Blue) = 246+140+30=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68C1E is #0973E1. Grayscale: #9F9F9F. Windows color (decimal): -619490 or 2002166. OLE color: 2002166.

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

Color convert

RGB 246 140 30 -
CMYK 0 0.43 0.88 0.04
HSL 30.56º 0.92% 0.54% -
HSV(B) 30.56º 0.88% 0.96% -
XYZ 47.62 38.44 6.14 -
YUV 159.15 55.12 189.94 -
System Red Green Blue C M Y K H S L
Decimal 246 140 30 0 0.43 0.88 0.04 30.56 0.92 0.54
Hex F6 8C 1E 0 2B 58 4 1F 5C 36
Octal 366 214 36 0 53 130 4 37 134 66
Binary 11110110 10001100 11110 0 101011 1011000 100 11111 1011100 110110

Color Harmonies of #F68C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C1E

Black with #F68C1E

Text Example


Text Example

White with #F68C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C1E; }

 p { color: rgb(246,140,30); }

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

background-color css

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

 a { background-color: rgb(246,140,30); }

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

border-color css

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

 span { border-color: rgb(246,140,30); }

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