Html Css Color HEX #F96020 Outrageous Orange

📋 copy color: '#F96020'

red 249 ◦ green 96 ◦ blue 32

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

Shades of Outrageous Orange #F96020

Tints of Outrageous Orange #F96020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

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

R = 66.05%
G = 25.46%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F96020 (or 0xF96020) is known color: Outrageous Orange. HEX triplet: F9, 60 and 20. RGB value is (249,96,32). Sum of RGB (Red+Green+Blue) = 249+96+32=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F96020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96020 is #069FDF. Grayscale: #868686. Windows color (decimal): -434144 or 2121977. OLE color: 2121977.

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

Color convert

RGB 249 96 32 -
CMYK 0 0.61 0.87 0.02
HSL 17.7º 0.95% 0.55% -
HSV(B) 17.7º 0.87% 0.98% -
XYZ 43.51 28.61 4.6 -
YUV 134.45 70.19 209.7 -
System Red Green Blue C M Y K H S L
Decimal 249 96 32 0 0.61 0.87 0.02 17.7 0.95 0.55
Hex F9 60 20 0 3D 57 2 12 5F 37
Octal 371 140 40 0 75 127 2 22 137 67
Binary 11111001 1100000 100000 0 111101 1010111 10 10010 1011111 110111

Color Harmonies of #F96020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96020

Black with #F96020

Text Example


Text Example

White with #F96020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96020; }

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

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

background-color css

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

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

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

border-color css

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

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

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