Html Css Color HEX #F95020 Outrageous Orange

📋 copy color: '#F95020'

red 249 ◦ green 80 ◦ blue 32

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

Shades of Outrageous Orange #F95020

Tints of Outrageous Orange #F95020

RGB

 RED value IS 249 (97.66% from 255) = 68.98%

 GREEN value IS 80 (31.64% from 255) = 22.16%

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 68.98%
G = 22.16%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F95020 (or 0xF95020) is known color: Outrageous Orange. HEX triplet: F9, 50 and 20. RGB value is (249,80,32). Sum of RGB (Red+Green+Blue) = 249+80+32=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F95020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95020 is #06AFDF. Grayscale: #7D7D7D. Windows color (decimal): -438240 or 2117881. OLE color: 2117881.

HSL color Cylindrical-coordinate representation of color #F95020: hue angle of 13.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F95020 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 80 32 -
CMYK 0 0.68 0.87 0.02
HSL 13.27º 0.95% 0.55% -
HSV(B) 13.27º 0.87% 0.98% -
XYZ 42.2 25.98 4.16 -
YUV 125.06 75.49 216.4 -
System Red Green Blue C M Y K H S L
Decimal 249 80 32 0 0.68 0.87 0.02 13.27 0.95 0.55
Hex F9 50 20 0 44 57 2 D 5F 37
Octal 371 120 40 0 104 127 2 15 137 67
Binary 11111001 1010000 100000 0 1000100 1010111 10 1101 1011111 110111

Color Harmonies of #F95020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95020

Black with #F95020

Text Example


Text Example

White with #F95020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95020; }

 p { color: rgb(249,80,32); }

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

background-color css

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

 a { background-color: rgb(249,80,32); }

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

border-color css

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

 span { border-color: rgb(249,80,32); }

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