Html Css Color HEX #FB490C Orange Red

📋 copy color: '#FB490C'

red 251 ◦ green 73 ◦ blue 12

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

Shades of Orange Red #FB490C

Tints of Orange Red #FB490C

RGB

 RED value IS 251 (98.44% from 255) = 74.7%

 GREEN value IS 73 (28.91% from 255) = 21.73%

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 74.7%
G = 21.73%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB490C (or 0xFB490C) is known color: Orange Red. HEX triplet: FB, 49 and 0C. RGB value is (251,73,12). Sum of RGB (Red+Green+Blue) = 251+73+12=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB490C is #04B6F3. Grayscale: #777777. Windows color (decimal): -308980 or 805371. OLE color: 805371.

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

Color convert

RGB 251 73 12 -
CMYK 0 0.71 0.95 0.02
HSL 15.31º 0.97% 0.52% -
HSV(B) 15.31º 0.95% 0.98% -
XYZ 42.23 25.3 3.01 -
YUV 119.27 67.47 221.96 -
System Red Green Blue C M Y K H S L
Decimal 251 73 12 0 0.71 0.95 0.02 15.31 0.97 0.52
Hex FB 49 C 0 47 5F 2 F 61 34
Octal 373 111 14 0 107 137 2 17 141 64
Binary 11111011 1001001 1100 0 1000111 1011111 10 1111 1100001 110100

Color Harmonies of #FB490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB490C

Black with #FB490C

Text Example


Text Example

White with #FB490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB490C; }

 p { color: rgb(251,73,12); }

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

background-color css

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

 a { background-color: rgb(251,73,12); }

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

border-color css

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

 span { border-color: rgb(251,73,12); }

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