Html Css Color HEX #F68A1E Carrot Orange

📋 copy color: '#F68A1E'

red 246 ◦ green 138 ◦ blue 30

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

Shades of Carrot Orange #F68A1E

Tints of Carrot Orange #F68A1E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

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

R = 59.42%
G = 33.33%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F68A1E (or 0xF68A1E) is known color: Carrot Orange. HEX triplet: F6, 8A and 1E. RGB value is (246,138,30). Sum of RGB (Red+Green+Blue) = 246+138+30=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68A1E is #0975E1. Grayscale: #9E9E9E. Windows color (decimal): -620002 or 2001654. OLE color: 2001654.

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

Color convert

RGB 246 138 30 -
CMYK 0 0.44 0.88 0.04
HSL 30º 0.92% 0.54% -
HSV(B) 30º 0.88% 0.96% -
XYZ 47.33 37.86 6.04 -
YUV 157.98 55.78 190.78 -
System Red Green Blue C M Y K H S L
Decimal 246 138 30 0 0.44 0.88 0.04 30 0.92 0.54
Hex F6 8A 1E 0 2C 58 4 1E 5C 36
Octal 366 212 36 0 54 130 4 36 134 66
Binary 11110110 10001010 11110 0 101100 1011000 100 11110 1011100 110110

Color Harmonies of #F68A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A1E

Black with #F68A1E

Text Example


Text Example

White with #F68A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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