Html Css Color HEX #F69221 Carrot Orange

📋 copy color: '#F69221'

red 246 ◦ green 146 ◦ blue 33

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

Shades of Carrot Orange #F69221

Tints of Carrot Orange #F69221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.76%

R = 57.88%
G = 34.35%
B = 7.76%

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

#F69221 (or 0xF69221) is known color: Carrot Orange. HEX triplet: F6, 92 and 21. RGB value is (246,146,33). Sum of RGB (Red+Green+Blue) = 246+146+33=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F69221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69221 is #096DDE. Grayscale: #A3A3A3. Windows color (decimal): -617951 or 2200310. OLE color: 2200310.

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

Color convert

RGB 246 146 33 -
CMYK 0 0.41 0.87 0.04
HSL 31.83º 0.92% 0.55% -
HSV(B) 31.83º 0.87% 0.96% -
XYZ 48.56 40.26 6.65 -
YUV 163.02 54.63 187.19 -
System Red Green Blue C M Y K H S L
Decimal 246 146 33 0 0.41 0.87 0.04 31.83 0.92 0.55
Hex F6 92 21 0 29 57 4 20 5C 37
Octal 366 222 41 0 51 127 4 40 134 67
Binary 11110110 10010010 100001 0 101001 1010111 100 100000 1011100 110111

Color Harmonies of #F69221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69221

Black with #F69221

Text Example


Text Example

White with #F69221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69221; }

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

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

background-color css

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

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

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

border-color css

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

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

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