Html Css Color HEX #FB3A0D Orange Red

📋 copy color: '#FB3A0D'

red 251 ◦ green 58 ◦ blue 13

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

Shades of Orange Red #FB3A0D

Tints of Orange Red #FB3A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

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

R = 77.95%
G = 18.01%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB3A0D (or 0xFB3A0D) is known color: Orange Red. HEX triplet: FB, 3A and 0D. RGB value is (251,58,13). Sum of RGB (Red+Green+Blue) = 251+58+13=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3A0D is #04C5F2. Grayscale: #6E6E6E. Windows color (decimal): -312819 or 867067. OLE color: 867067.

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

Color convert

RGB 251 58 13 -
CMYK 0 0.77 0.95 0.02
HSL 11.34º 0.97% 0.52% -
HSV(B) 11.34º 0.95% 0.98% -
XYZ 41.37 23.56 2.75 -
YUV 110.58 72.94 228.16 -
System Red Green Blue C M Y K H S L
Decimal 251 58 13 0 0.77 0.95 0.02 11.34 0.97 0.52
Hex FB 3A D 0 4D 5F 2 B 61 34
Octal 373 72 15 0 115 137 2 13 141 64
Binary 11111011 111010 1101 0 1001101 1011111 10 1011 1100001 110100

Color Harmonies of #FB3A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A0D

Black with #FB3A0D

Text Example


Text Example

White with #FB3A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A0D; }

 p { color: rgb(251,58,13); }

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

background-color css

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

 a { background-color: rgb(251,58,13); }

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

border-color css

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

 span { border-color: rgb(251,58,13); }

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