Html Css Color HEX #FB470D Orange Red

📋 copy color: '#FB470D'

red 251 ◦ green 71 ◦ blue 13

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

Shades of Orange Red #FB470D

Tints of Orange Red #FB470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 74.93%
G = 21.19%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB470D (or 0xFB470D) is known color: Orange Red. HEX triplet: FB, 47 and 0D. RGB value is (251,71,13). Sum of RGB (Red+Green+Blue) = 251+71+13=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB470D is #04B8F2. Grayscale: #767676. Windows color (decimal): -309491 or 870395. OLE color: 870395.

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

Color convert

RGB 251 71 13 -
CMYK 0 0.72 0.95 0.02
HSL 14.62º 0.97% 0.52% -
HSV(B) 14.62º 0.95% 0.98% -
XYZ 42.11 25.04 3 -
YUV 118.21 68.63 222.72 -
System Red Green Blue C M Y K H S L
Decimal 251 71 13 0 0.72 0.95 0.02 14.62 0.97 0.52
Hex FB 47 D 0 48 5F 2 F 61 34
Octal 373 107 15 0 110 137 2 17 141 64
Binary 11111011 1000111 1101 0 1001000 1011111 10 1111 1100001 110100

Color Harmonies of #FB470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB470D

Black with #FB470D

Text Example


Text Example

White with #FB470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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