Html Css Color HEX #F7900C Dark Orange

📋 copy color: '#F7900C'

red 247 ◦ green 144 ◦ blue 12

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

Shades of Dark Orange #F7900C

Tints of Dark Orange #F7900C

RGB

 RED value IS 247 (96.88% from 255) = 61.29%

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

 BLUE value IS 12 (5.08% from 255) = 2.98%

R = 61.29%
G = 35.73%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7900C (or 0xF7900C) is known color: Dark Orange. HEX triplet: F7, 90 and 0C. RGB value is (247,144,12). Sum of RGB (Red+Green+Blue) = 247+144+12=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F7900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7900C is #086FF3. Grayscale: #A0A0A0. Windows color (decimal): -552948 or 823543. OLE color: 823543.

HSL color Cylindrical-coordinate representation of color #F7900C: hue angle of 33.7º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7900C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 144 12 -
CMYK 0 0.42 0.95 0.03
HSL 33.7º 0.94% 0.51% -
HSV(B) 33.7º 0.95% 0.97% -
XYZ 48.4 39.75 5.47 -
YUV 159.75 44.62 190.23 -
System Red Green Blue C M Y K H S L
Decimal 247 144 12 0 0.42 0.95 0.03 33.7 0.94 0.51
Hex F7 90 C 0 2A 5F 3 22 5E 33
Octal 367 220 14 0 52 137 3 42 136 63
Binary 11110111 10010000 1100 0 101010 1011111 11 100010 1011110 110011

Color Harmonies of #F7900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7900C

Black with #F7900C

Text Example


Text Example

White with #F7900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7900C; }

 p { color: rgb(247,144,12); }

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

background-color css

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

 a { background-color: rgb(247,144,12); }

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

border-color css

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

 span { border-color: rgb(247,144,12); }

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