Html Css Color HEX #F9502D Outrageous Orange

📋 copy color: '#F9502D'

red 249 ◦ green 80 ◦ blue 45

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

Shades of Outrageous Orange #F9502D

Tints of Outrageous Orange #F9502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 66.58%
G = 21.39%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9502D (or 0xF9502D) is known color: Outrageous Orange. HEX triplet: F9, 50 and 2D. RGB value is (249,80,45). Sum of RGB (Red+Green+Blue) = 249+80+45=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F9502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9502D is #06AFD2. Grayscale: #7E7E7E. Windows color (decimal): -438227 or 2969849. OLE color: 2969849.

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

Color convert

RGB 249 80 45 -
CMYK 0 0.68 0.82 0.02
HSL 10.29º 0.94% 0.58% -
HSV(B) 10.29º 0.82% 0.98% -
XYZ 42.41 26.07 5.28 -
YUV 126.54 81.99 215.35 -
System Red Green Blue C M Y K H S L
Decimal 249 80 45 0 0.68 0.82 0.02 10.29 0.94 0.58
Hex F9 50 2D 0 44 52 2 A 5E 3A
Octal 371 120 55 0 104 122 2 12 136 72
Binary 11111001 1010000 101101 0 1000100 1010010 10 1010 1011110 111010

Color Harmonies of #F9502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9502D

Black with #F9502D

Text Example


Text Example

White with #F9502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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