Html Css Color HEX #F6921F Carrot Orange

📋 copy color: '#F6921F'

red 246 ◦ green 146 ◦ blue 31

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

Shades of Carrot Orange #F6921F

Tints of Carrot Orange #F6921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

 BLUE value IS 31 (12.5% from 255) = 7.33%

R = 58.16%
G = 34.52%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6921F (or 0xF6921F) is known color: Carrot Orange. HEX triplet: F6, 92 and 1F. RGB value is (246,146,31). Sum of RGB (Red+Green+Blue) = 246+146+31=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F6921F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6921F is #096DE0. Grayscale: #A3A3A3. Windows color (decimal): -617953 or 2069238. OLE color: 2069238.

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

Color convert

RGB 246 146 31 -
CMYK 0 0.41 0.87 0.04
HSL 32.09º 0.92% 0.54% -
HSV(B) 32.09º 0.87% 0.96% -
XYZ 48.53 40.25 6.51 -
YUV 162.79 53.63 187.35 -
System Red Green Blue C M Y K H S L
Decimal 246 146 31 0 0.41 0.87 0.04 32.09 0.92 0.54
Hex F6 92 1F 0 29 57 4 20 5C 36
Octal 366 222 37 0 51 127 4 40 134 66
Binary 11110110 10010010 11111 0 101001 1010111 100 100000 1011100 110110

Color Harmonies of #F6921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6921F

Black with #F6921F

Text Example


Text Example

White with #F6921F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6921F; }

 p { color: rgb(246,146,31); }

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

background-color css

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

 a { background-color: rgb(246,146,31); }

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

border-color css

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

 span { border-color: rgb(246,146,31); }

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