Html Css Color HEX #F69315 Carrot Orange

📋 copy color: '#F69315'

red 246 ◦ green 147 ◦ blue 21

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

Shades of Carrot Orange #F69315

Tints of Carrot Orange #F69315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.07%

R = 59.42%
G = 35.51%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F69315 (or 0xF69315) is known color: Carrot Orange. HEX triplet: F6, 93 and 15. RGB value is (246,147,21). Sum of RGB (Red+Green+Blue) = 246+147+21=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F69315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69315 is #096CEA. Grayscale: #A2A2A2. Windows color (decimal): -617707 or 1414134. OLE color: 1414134.

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

Color convert

RGB 246 147 21 -
CMYK 0 0.40 0.91 0.04
HSL 33.6º 0.93% 0.52% -
HSV(B) 33.6º 0.91% 0.96% -
XYZ 48.58 40.51 5.97 -
YUV 162.24 48.3 187.75 -
System Red Green Blue C M Y K H S L
Decimal 246 147 21 0 0.40 0.91 0.04 33.6 0.93 0.52
Hex F6 93 15 0 28 5B 4 22 5D 34
Octal 366 223 25 0 50 133 4 42 135 64
Binary 11110110 10010011 10101 0 101000 1011011 100 100010 1011101 110100

Color Harmonies of #F69315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69315

Black with #F69315

Text Example


Text Example

White with #F69315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69315; }

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

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

background-color css

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

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

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

border-color css

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

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

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