Html Css Color HEX #F9502C Outrageous Orange

📋 copy color: '#F9502C'

red 249 ◦ green 80 ◦ blue 44

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

Shades of Outrageous Orange #F9502C

Tints of Outrageous Orange #F9502C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.8%

R = 66.76%
G = 21.45%
B = 11.8%

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

#F9502C (or 0xF9502C) is known color: Outrageous Orange. HEX triplet: F9, 50 and 2C. RGB value is (249,80,44). Sum of RGB (Red+Green+Blue) = 249+80+44=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F9502C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9502C is #06AFD3. Grayscale: #7E7E7E. Windows color (decimal): -438228 or 2904313. OLE color: 2904313.

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

Color convert

RGB 249 80 44 -
CMYK 0 0.68 0.82 0.02
HSL 10.54º 0.94% 0.57% -
HSV(B) 10.54º 0.82% 0.98% -
XYZ 42.39 26.06 5.18 -
YUV 126.43 81.49 215.43 -
System Red Green Blue C M Y K H S L
Decimal 249 80 44 0 0.68 0.82 0.02 10.54 0.94 0.57
Hex F9 50 2C 0 44 52 2 B 5E 39
Octal 371 120 54 0 104 122 2 13 136 71
Binary 11111001 1010000 101100 0 1000100 1010010 10 1011 1011110 111001

Color Harmonies of #F9502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9502C

Black with #F9502C

Text Example


Text Example

White with #F9502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9502C; }

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

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

background-color css

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

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

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

border-color css

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

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

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