Html Css Color HEX #F69002 Dark Orange

📋 copy color: '#F69002'

red 246 ◦ green 144 ◦ blue 2

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

Shades of Dark Orange #F69002

Tints of Dark Orange #F69002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.73%

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

R = 62.76%
G = 36.73%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F69002 (or 0xF69002) is known color: Dark Orange. HEX triplet: F6, 90 and 02. RGB value is (246,144,2). Sum of RGB (Red+Green+Blue) = 246+144+2=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F69002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69002 is #096FFD. Grayscale: #9E9E9E. Windows color (decimal): -618494 or 168182. OLE color: 168182.

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

Color convert

RGB 246 144 2 -
CMYK 0 0.41 0.99 0.04
HSL 34.92º 0.98% 0.49% -
HSV(B) 34.92º 0.99% 0.96% -
XYZ 47.99 39.54 5.16 -
YUV 158.31 39.79 190.55 -
System Red Green Blue C M Y K H S L
Decimal 246 144 2 0 0.41 0.99 0.04 34.92 0.98 0.49
Hex F6 90 2 0 29 63 4 23 62 31
Octal 366 220 2 0 51 143 4 43 142 61
Binary 11110110 10010000 10 0 101001 1100011 100 100011 1100010 110001

Color Harmonies of #F69002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69002

Black with #F69002

Text Example


Text Example

White with #F69002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69002; }

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

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

background-color css

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

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

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

border-color css

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

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

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