Html Css Color HEX #FB3C02 Orange Red

📋 copy color: '#FB3C02'

red 251 ◦ green 60 ◦ blue 2

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

Shades of Orange Red #FB3C02

Tints of Orange Red #FB3C02

RGB

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

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

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

R = 80.19%
G = 19.17%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB3C02 (or 0xFB3C02) is known color: Orange Red. HEX triplet: FB, 3C and 02. RGB value is (251,60,2). Sum of RGB (Red+Green+Blue) = 251+60+2=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3C02 is #04C3FD. Grayscale: #6E6E6E. Windows color (decimal): -312318 or 146683. OLE color: 146683.

HSL color Cylindrical-coordinate representation of color #FB3C02: hue angle of 13.98º 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 #FB3C02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 60 2 -
CMYK 0 0.76 0.99 0.02
HSL 13.98º 0.98% 0.5% -
HSV(B) 13.98º 0.99% 0.98% -
XYZ 41.41 23.75 2.46 -
YUV 110.5 66.78 228.22 -
System Red Green Blue C M Y K H S L
Decimal 251 60 2 0 0.76 0.99 0.02 13.98 0.98 0.5
Hex FB 3C 2 0 4C 63 2 E 62 32
Octal 373 74 2 0 114 143 2 16 142 62
Binary 11111011 111100 10 0 1001100 1100011 10 1110 1100010 110010

Color Harmonies of #FB3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3C02

Black with #FB3C02

Text Example


Text Example

White with #FB3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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