Html Css Color HEX #FB3C2F Red Orange

📋 copy color: '#FB3C2F'

red 251 ◦ green 60 ◦ blue 47

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

Shades of Red Orange #FB3C2F

Tints of Red Orange #FB3C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.76%

 BLUE value IS 47 (18.75% from 255) = 13.13%

R = 70.11%
G = 16.76%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB3C2F (or 0xFB3C2F) is known color: Red Orange. HEX triplet: FB, 3C and 2F. RGB value is (251,60,47). Sum of RGB (Red+Green+Blue) = 251+60+47=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C2F is #04C3D0. Grayscale: #737373. Windows color (decimal): -312273 or 3095803. OLE color: 3095803.

HSL color Cylindrical-coordinate representation of color #FB3C2F: hue angle of 3.82º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB3C2F is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 60 47 -
CMYK 0 0.76 0.81 0.02
HSL 3.82º 0.96% 0.58% -
HSV(B) 3.82º 0.81% 0.98% -
XYZ 41.91 23.95 5.1 -
YUV 115.63 89.28 224.56 -
System Red Green Blue C M Y K H S L
Decimal 251 60 47 0 0.76 0.81 0.02 3.82 0.96 0.58
Hex FB 3C 2F 0 4C 51 2 4 60 3A
Octal 373 74 57 0 114 121 2 4 140 72
Binary 11111011 111100 101111 0 1001100 1010001 10 100 1100000 111010

Color Harmonies of #FB3C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3C2F

Black with #FB3C2F

Text Example


Text Example

White with #FB3C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3C2F; }

 p { color: rgb(251,60,47); }

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

background-color css

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

 a { background-color: rgb(251,60,47); }

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

border-color css

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

 span { border-color: rgb(251,60,47); }

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