Html Css Color HEX #F69302 Dark Orange

📋 copy color: '#F69302'

red 246 ◦ green 147 ◦ blue 2

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

Shades of Dark Orange #F69302

Tints of Dark Orange #F69302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 62.28%
G = 37.22%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F69302 (or 0xF69302) is known color: Dark Orange. HEX triplet: F6, 93 and 02. RGB value is (246,147,2). Sum of RGB (Red+Green+Blue) = 246+147+2=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F69302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69302 is #096CFD. Grayscale: #A0A0A0. Windows color (decimal): -617726 or 168950. OLE color: 168950.

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

Color convert

RGB 246 147 2 -
CMYK 0 0.40 0.99 0.04
HSL 35.66º 0.98% 0.49% -
HSV(B) 35.66º 0.99% 0.96% -
XYZ 48.45 40.46 5.31 -
YUV 160.07 38.8 189.29 -
System Red Green Blue C M Y K H S L
Decimal 246 147 2 0 0.40 0.99 0.04 35.66 0.98 0.49
Hex F6 93 2 0 28 63 4 24 62 31
Octal 366 223 2 0 50 143 4 44 142 61
Binary 11110110 10010011 10 0 101000 1100011 100 100100 1100010 110001

Color Harmonies of #F69302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69302

Black with #F69302

Text Example


Text Example

White with #F69302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69302; }

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

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

background-color css

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

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

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

border-color css

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

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

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