Html Css Color HEX #F69328 Carrot Orange

📋 copy color: '#F69328'

red 246 ◦ green 147 ◦ blue 40

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

Shades of Carrot Orange #F69328

Tints of Carrot Orange #F69328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.95%

 BLUE value IS 40 (16.02% from 255) = 9.24%

R = 56.81%
G = 33.95%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F69328 (or 0xF69328) is known color: Carrot Orange. HEX triplet: F6, 93 and 28. RGB value is (246,147,40). Sum of RGB (Red+Green+Blue) = 246+147+40=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F69328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69328 is #096CD7. Grayscale: #A4A4A4. Windows color (decimal): -617688 or 2659318. OLE color: 2659318.

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

Color convert

RGB 246 147 40 -
CMYK 0 0.40 0.84 0.04
HSL 31.17º 0.92% 0.56% -
HSV(B) 31.17º 0.84% 0.96% -
XYZ 48.82 40.61 7.27 -
YUV 164.4 57.8 186.2 -
System Red Green Blue C M Y K H S L
Decimal 246 147 40 0 0.40 0.84 0.04 31.17 0.92 0.56
Hex F6 93 28 0 28 54 4 1F 5C 38
Octal 366 223 50 0 50 124 4 37 134 70
Binary 11110110 10010011 101000 0 101000 1010100 100 11111 1011100 111000

Color Harmonies of #F69328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69328

Black with #F69328

Text Example


Text Example

White with #F69328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69328; }

 p { color: rgb(246,147,40); }

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

background-color css

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

 a { background-color: rgb(246,147,40); }

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

border-color css

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

 span { border-color: rgb(246,147,40); }

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