Html Css Color HEX #F95920 Outrageous Orange

📋 copy color: '#F95920'

red 249 ◦ green 89 ◦ blue 32

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

Shades of Outrageous Orange #F95920

Tints of Outrageous Orange #F95920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.05%

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

R = 67.3%
G = 24.05%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F95920 (or 0xF95920) is known color: Outrageous Orange. HEX triplet: F9, 59 and 20. RGB value is (249,89,32). Sum of RGB (Red+Green+Blue) = 249+89+32=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F95920 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95920 is #06A6DF. Grayscale: #828282. Windows color (decimal): -435936 or 2120185. OLE color: 2120185.

HSL color Cylindrical-coordinate representation of color #F95920: hue angle of 15.76º 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 #F95920 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 89 32 -
CMYK 0 0.64 0.87 0.02
HSL 15.76º 0.95% 0.55% -
HSV(B) 15.76º 0.87% 0.98% -
XYZ 42.9 27.39 4.39 -
YUV 130.34 72.51 212.63 -
System Red Green Blue C M Y K H S L
Decimal 249 89 32 0 0.64 0.87 0.02 15.76 0.95 0.55
Hex F9 59 20 0 40 57 2 10 5F 37
Octal 371 131 40 0 100 127 2 20 137 67
Binary 11111001 1011001 100000 0 1000000 1010111 10 10000 1011111 110111

Color Harmonies of #F95920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95920

Black with #F95920

Text Example


Text Example

White with #F95920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95920; }

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

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

background-color css

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

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

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

border-color css

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

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

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