Html Css Color HEX #F9502A Outrageous Orange

📋 copy color: '#F9502A'

red 249 ◦ green 80 ◦ blue 42

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

Shades of Outrageous Orange #F9502A

Tints of Outrageous Orange #F9502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 67.12%
G = 21.56%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9502A (or 0xF9502A) is known color: Outrageous Orange. HEX triplet: F9, 50 and 2A. RGB value is (249,80,42). Sum of RGB (Red+Green+Blue) = 249+80+42=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F9502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9502A is #06AFD5. Grayscale: #7E7E7E. Windows color (decimal): -438230 or 2773241. OLE color: 2773241.

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

Color convert

RGB 249 80 42 -
CMYK 0 0.68 0.83 0.02
HSL 11.01º 0.95% 0.57% -
HSV(B) 11.01º 0.83% 0.98% -
XYZ 42.35 26.04 4.99 -
YUV 126.2 80.49 215.59 -
System Red Green Blue C M Y K H S L
Decimal 249 80 42 0 0.68 0.83 0.02 11.01 0.95 0.57
Hex F9 50 2A 0 44 53 2 B 5F 39
Octal 371 120 52 0 104 123 2 13 137 71
Binary 11111001 1010000 101010 0 1000100 1010011 10 1011 1011111 111001

Color Harmonies of #F9502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9502A

Black with #F9502A

Text Example


Text Example

White with #F9502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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