Html Css Color HEX #F9481B Orange Red

📋 copy color: '#F9481B'

red 249 ◦ green 72 ◦ blue 27

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

Shades of Orange Red #F9481B

Tints of Orange Red #F9481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 71.55%
G = 20.69%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9481B (or 0xF9481B) is known color: Orange Red. HEX triplet: F9, 48 and 1B. RGB value is (249,72,27). Sum of RGB (Red+Green+Blue) = 249+72+27=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9481B is #06B7E4. Grayscale: #787878. Windows color (decimal): -440293 or 1788153. OLE color: 1788153.

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

Color convert

RGB 249 72 27 -
CMYK 0 0.71 0.89 0.02
HSL 12.16º 0.95% 0.54% -
HSV(B) 12.16º 0.89% 0.98% -
XYZ 41.58 24.85 3.64 -
YUV 119.79 75.64 220.16 -
System Red Green Blue C M Y K H S L
Decimal 249 72 27 0 0.71 0.89 0.02 12.16 0.95 0.54
Hex F9 48 1B 0 47 59 2 C 5F 36
Octal 371 110 33 0 107 131 2 14 137 66
Binary 11111001 1001000 11011 0 1000111 1011001 10 1100 1011111 110110

Color Harmonies of #F9481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9481B

Black with #F9481B

Text Example


Text Example

White with #F9481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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