Html Css Color HEX #F69402 Dark Orange

📋 copy color: '#F69402'

red 246 ◦ green 148 ◦ blue 2

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

Shades of Dark Orange #F69402

Tints of Dark Orange #F69402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

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

R = 62.12%
G = 37.37%
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

#F69402 (or 0xF69402) is known color: Dark Orange. HEX triplet: F6, 94 and 02. RGB value is (246,148,2). Sum of RGB (Red+Green+Blue) = 246+148+2=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F69402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69402 is #096BFD. Grayscale: #A1A1A1. Windows color (decimal): -617470 or 169206. OLE color: 169206.

HSL color Cylindrical-coordinate representation of color #F69402: hue angle of 35.9º 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 #F69402 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 148 2 -
CMYK 0 0.40 0.99 0.04
HSL 35.9º 0.98% 0.49% -
HSV(B) 35.9º 0.99% 0.96% -
XYZ 48.61 40.78 5.37 -
YUV 160.66 38.47 188.87 -
System Red Green Blue C M Y K H S L
Decimal 246 148 2 0 0.40 0.99 0.04 35.9 0.98 0.49
Hex F6 94 2 0 28 63 4 24 62 31
Octal 366 224 2 0 50 143 4 44 142 61
Binary 11110110 10010100 10 0 101000 1100011 100 100100 1100010 110001

Color Harmonies of #F69402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69402

Black with #F69402

Text Example


Text Example

White with #F69402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69402; }

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

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

background-color css

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

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

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

border-color css

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

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

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