Html Css Color HEX #FB400D Orange Red

📋 copy color: '#FB400D'

red 251 ◦ green 64 ◦ blue 13

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

Shades of Orange Red #FB400D

Tints of Orange Red #FB400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

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

R = 76.52%
G = 19.51%
B = 3.96%

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

#FB400D (or 0xFB400D) is known color: Orange Red. HEX triplet: FB, 40 and 0D. RGB value is (251,64,13). Sum of RGB (Red+Green+Blue) = 251+64+13=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB400D is #04BFF2. Grayscale: #727272. Windows color (decimal): -311283 or 868603. OLE color: 868603.

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

Color convert

RGB 251 64 13 -
CMYK 0 0.75 0.95 0.02
HSL 12.86º 0.97% 0.52% -
HSV(B) 12.86º 0.95% 0.98% -
XYZ 41.69 24.21 2.86 -
YUV 114.1 70.95 225.65 -
System Red Green Blue C M Y K H S L
Decimal 251 64 13 0 0.75 0.95 0.02 12.86 0.97 0.52
Hex FB 40 D 0 4B 5F 2 D 61 34
Octal 373 100 15 0 113 137 2 15 141 64
Binary 11111011 1000000 1101 0 1001011 1011111 10 1101 1100001 110100

Color Harmonies of #FB400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB400D

Black with #FB400D

Text Example


Text Example

White with #FB400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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