Html Css Color HEX #FB302A Red Orange

📋 copy color: '#FB302A'

red 251 ◦ green 48 ◦ blue 42

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

Shades of Red Orange #FB302A

Tints of Red Orange #FB302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.08%

 BLUE value IS 42 (16.8% from 255) = 12.32%

R = 73.61%
G = 14.08%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB302A (or 0xFB302A) is known color: Red Orange. HEX triplet: FB, 30 and 2A. RGB value is (251,48,42). Sum of RGB (Red+Green+Blue) = 251+48+42=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB302A is #04CFD5. Grayscale: #6C6C6C. Windows color (decimal): -315350 or 2765051. OLE color: 2765051.

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

Color convert

RGB 251 48 42 -
CMYK 0 0.81 0.83 0.02
HSL 1.72º 0.96% 0.57% -
HSV(B) 1.72º 0.83% 0.98% -
XYZ 41.26 22.79 4.41 -
YUV 108.01 90.75 229.99 -
System Red Green Blue C M Y K H S L
Decimal 251 48 42 0 0.81 0.83 0.02 1.72 0.96 0.57
Hex FB 30 2A 0 51 53 2 2 60 39
Octal 373 60 52 0 121 123 2 2 140 71
Binary 11111011 110000 101010 0 1010001 1010011 10 10 1100000 111001

Color Harmonies of #FB302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB302A

Black with #FB302A

Text Example


Text Example

White with #FB302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB302A; }

 p { color: rgb(251,48,42); }

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

background-color css

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

 a { background-color: rgb(251,48,42); }

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

border-color css

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

 span { border-color: rgb(251,48,42); }

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