Html Css Color HEX #FA3F0D Orange Red

📋 copy color: '#FA3F0D'

red 250 ◦ green 63 ◦ blue 13

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

Shades of Orange Red #FA3F0D

Tints of Orange Red #FA3F0D

RGB

 RED value IS 250 (98.05% from 255) = 76.69%

 GREEN value IS 63 (25% from 255) = 19.33%

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 76.69%
G = 19.33%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA3F0D (or 0xFA3F0D) is known color: Orange Red. HEX triplet: FA, 3F and 0D. RGB value is (250,63,13). Sum of RGB (Red+Green+Blue) = 250+63+13=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3F0D is #05C0F2. Grayscale: #717171. Windows color (decimal): -377075 or 868346. OLE color: 868346.

HSL color Cylindrical-coordinate representation of color #FA3F0D: hue angle of 12.66º degrees, saturation: 0.96, 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 #FA3F0D is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 63 13 -
CMYK 0 0.75 0.95 0.02
HSL 12.66º 0.96% 0.52% -
HSV(B) 12.66º 0.95% 0.98% -
XYZ 41.27 23.91 2.82 -
YUV 113.21 71.45 225.57 -
System Red Green Blue C M Y K H S L
Decimal 250 63 13 0 0.75 0.95 0.02 12.66 0.96 0.52
Hex FA 3F D 0 4B 5F 2 D 60 34
Octal 372 77 15 0 113 137 2 15 140 64
Binary 11111010 111111 1101 0 1001011 1011111 10 1101 1100000 110100

Color Harmonies of #FA3F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F0D

Black with #FA3F0D

Text Example


Text Example

White with #FA3F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F0D; }

 p { color: rgb(250,63,13); }

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

background-color css

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

 a { background-color: rgb(250,63,13); }

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

border-color css

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

 span { border-color: rgb(250,63,13); }

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