Html Css Color HEX #F9481A Orange Red

📋 copy color: '#F9481A'

red 249 ◦ green 72 ◦ blue 26

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

Shades of Orange Red #F9481A

Tints of Orange Red #F9481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 26 (10.55% from 255) = 7.49%

R = 71.76%
G = 20.75%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9481A (or 0xF9481A) is known color: Orange Red. HEX triplet: F9, 48 and 1A. RGB value is (249,72,26). Sum of RGB (Red+Green+Blue) = 249+72+26=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9481A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9481A is #06B7E5. Grayscale: #787878. Windows color (decimal): -440294 or 1722617. OLE color: 1722617.

HSL color Cylindrical-coordinate representation of color #F9481A: hue angle of 12.38º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9481A is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 72 26 -
CMYK 0 0.71 0.90 0.02
HSL 12.38º 0.95% 0.54% -
HSV(B) 12.38º 0.9% 0.98% -
XYZ 41.57 24.85 3.58 -
YUV 119.68 75.14 220.24 -
System Red Green Blue C M Y K H S L
Decimal 249 72 26 0 0.71 0.90 0.02 12.38 0.95 0.54
Hex F9 48 1A 0 47 5A 2 C 5F 36
Octal 371 110 32 0 107 132 2 14 137 66
Binary 11111001 1001000 11010 0 1000111 1011010 10 1100 1011111 110110

Color Harmonies of #F9481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9481A

Black with #F9481A

Text Example


Text Example

White with #F9481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9481A; }

 p { color: rgb(249,72,26); }

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

background-color css

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

 a { background-color: rgb(249,72,26); }

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

border-color css

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

 span { border-color: rgb(249,72,26); }

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