Html Css Color HEX #FB450D Orange Red

📋 copy color: '#FB450D'

red 251 ◦ green 69 ◦ blue 13

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

Shades of Orange Red #FB450D

Tints of Orange Red #FB450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

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

R = 75.38%
G = 20.72%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB450D (or 0xFB450D) is known color: Orange Red. HEX triplet: FB, 45 and 0D. RGB value is (251,69,13). Sum of RGB (Red+Green+Blue) = 251+69+13=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB450D is #04BAF2. Grayscale: #757575. Windows color (decimal): -310003 or 869883. OLE color: 869883.

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

Color convert

RGB 251 69 13 -
CMYK 0 0.73 0.95 0.02
HSL 14.12º 0.97% 0.52% -
HSV(B) 14.12º 0.95% 0.98% -
XYZ 41.98 24.79 2.95 -
YUV 117.03 69.3 223.55 -
System Red Green Blue C M Y K H S L
Decimal 251 69 13 0 0.73 0.95 0.02 14.12 0.97 0.52
Hex FB 45 D 0 49 5F 2 E 61 34
Octal 373 105 15 0 111 137 2 16 141 64
Binary 11111011 1000101 1101 0 1001001 1011111 10 1110 1100001 110100

Color Harmonies of #FB450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB450D

Black with #FB450D

Text Example


Text Example

White with #FB450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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