Html Css Color HEX #FB3F05 Orange Red

📋 copy color: '#FB3F05'

red 251 ◦ green 63 ◦ blue 5

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

Shades of Orange Red #FB3F05

Tints of Orange Red #FB3F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 78.68%
G = 19.75%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB3F05 (or 0xFB3F05) is known color: Orange Red. HEX triplet: FB, 3F and 05. RGB value is (251,63,5). Sum of RGB (Red+Green+Blue) = 251+63+5=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3F05 is #04C0FA. Grayscale: #717171. Windows color (decimal): -311547 or 344059. OLE color: 344059.

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

Color convert

RGB 251 63 5 -
CMYK 0 0.75 0.98 0.02
HSL 14.15º 0.97% 0.5% -
HSV(B) 14.15º 0.98% 0.98% -
XYZ 41.59 24.08 2.6 -
YUV 112.6 67.28 226.72 -
System Red Green Blue C M Y K H S L
Decimal 251 63 5 0 0.75 0.98 0.02 14.15 0.97 0.5
Hex FB 3F 5 0 4B 62 2 E 61 32
Octal 373 77 5 0 113 142 2 16 141 62
Binary 11111011 111111 101 0 1001011 1100010 10 1110 1100001 110010

Color Harmonies of #FB3F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3F05

Black with #FB3F05

Text Example


Text Example

White with #FB3F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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