Html Css Color HEX #FB341A Red Orange

📋 copy color: '#FB341A'

red 251 ◦ green 52 ◦ blue 26

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

Shades of Red Orange #FB341A

Tints of Red Orange #FB341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

 BLUE value IS 26 (10.55% from 255) = 7.9%

R = 76.29%
G = 15.81%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB341A (or 0xFB341A) is known color: Red Orange. HEX triplet: FB, 34 and 1A. RGB value is (251,52,26). Sum of RGB (Red+Green+Blue) = 251+52+26=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB341A is #04CBE5. Grayscale: #6C6C6C. Windows color (decimal): -314342 or 1717499. OLE color: 1717499.

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

Color convert

RGB 251 52 26 -
CMYK 0 0.79 0.90 0.02
HSL 6.93º 0.97% 0.54% -
HSV(B) 6.93º 0.9% 0.98% -
XYZ 41.2 23.04 3.25 -
YUV 108.54 81.43 229.61 -
System Red Green Blue C M Y K H S L
Decimal 251 52 26 0 0.79 0.90 0.02 6.93 0.97 0.54
Hex FB 34 1A 0 4F 5A 2 7 61 36
Octal 373 64 32 0 117 132 2 7 141 66
Binary 11111011 110100 11010 0 1001111 1011010 10 111 1100001 110110

Color Harmonies of #FB341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB341A

Black with #FB341A

Text Example


Text Example

White with #FB341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB341A; }

 p { color: rgb(251,52,26); }

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

background-color css

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

 a { background-color: rgb(251,52,26); }

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

border-color css

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

 span { border-color: rgb(251,52,26); }

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