Html Css Color HEX #FB3F0E Orange Red

📋 copy color: '#FB3F0E'

red 251 ◦ green 63 ◦ blue 14

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

Shades of Orange Red #FB3F0E

Tints of Orange Red #FB3F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.27%

R = 76.52%
G = 19.21%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB3F0E (or 0xFB3F0E) is known color: Orange Red. HEX triplet: FB, 3F and 0E. RGB value is (251,63,14). Sum of RGB (Red+Green+Blue) = 251+63+14=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3F0E is #04C0F1. Grayscale: #727272. Windows color (decimal): -311538 or 933883. OLE color: 933883.

HSL color Cylindrical-coordinate representation of color #FB3F0E: hue angle of 12.41º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB3F0E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 63 14 -
CMYK 0 0.75 0.94 0.02
HSL 12.41º 0.97% 0.52% -
HSV(B) 12.41º 0.94% 0.98% -
XYZ 41.64 24.1 2.87 -
YUV 113.63 71.78 225.98 -
System Red Green Blue C M Y K H S L
Decimal 251 63 14 0 0.75 0.94 0.02 12.41 0.97 0.52
Hex FB 3F E 0 4B 5E 2 C 61 34
Octal 373 77 16 0 113 136 2 14 141 64
Binary 11111011 111111 1110 0 1001011 1011110 10 1100 1100001 110100

Color Harmonies of #FB3F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3F0E

Black with #FB3F0E

Text Example


Text Example

White with #FB3F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3F0E; }

 p { color: rgb(251,63,14); }

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

background-color css

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

 a { background-color: rgb(251,63,14); }

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

border-color css

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

 span { border-color: rgb(251,63,14); }

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