Html Css Color HEX #FB3A02 Orange Red

📋 copy color: '#FB3A02'

red 251 ◦ green 58 ◦ blue 2

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

Shades of Orange Red #FB3A02

Tints of Orange Red #FB3A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.65%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 80.71%
G = 18.65%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB3A02 (or 0xFB3A02) is known color: Orange Red. HEX triplet: FB, 3A and 02. RGB value is (251,58,2). Sum of RGB (Red+Green+Blue) = 251+58+2=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3A02 is #04C5FD. Grayscale: #6D6D6D. Windows color (decimal): -312830 or 146171. OLE color: 146171.

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

Color convert

RGB 251 58 2 -
CMYK 0 0.77 0.99 0.02
HSL 13.49º 0.98% 0.5% -
HSV(B) 13.49º 0.99% 0.98% -
XYZ 41.31 23.54 2.42 -
YUV 109.32 67.44 229.05 -
System Red Green Blue C M Y K H S L
Decimal 251 58 2 0 0.77 0.99 0.02 13.49 0.98 0.5
Hex FB 3A 2 0 4D 63 2 D 62 32
Octal 373 72 2 0 115 143 2 15 142 62
Binary 11111011 111010 10 0 1001101 1100011 10 1101 1100010 110010

Color Harmonies of #FB3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A02

Black with #FB3A02

Text Example


Text Example

White with #FB3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A02; }

 p { color: rgb(251,58,2); }

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

background-color css

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

 a { background-color: rgb(251,58,2); }

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

border-color css

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

 span { border-color: rgb(251,58,2); }

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