Html Css Color HEX #FB3F30 Red Orange

📋 copy color: '#FB3F30'

red 251 ◦ green 63 ◦ blue 48

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

Shades of Red Orange #FB3F30

Tints of Red Orange #FB3F30

RGB

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

 GREEN value IS 63 (25% from 255) = 17.4%

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 69.34%
G = 17.4%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB3F30 (or 0xFB3F30) is known color: Red Orange. HEX triplet: FB, 3F and 30. RGB value is (251,63,48). Sum of RGB (Red+Green+Blue) = 251+63+48=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3F30 is #04C0CF. Grayscale: #757575. Windows color (decimal): -311504 or 3162107. OLE color: 3162107.

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

Color convert

RGB 251 63 48 -
CMYK 0 0.75 0.81 0.02
HSL 4.43º 0.96% 0.59% -
HSV(B) 4.43º 0.81% 0.98% -
XYZ 42.09 24.28 5.26 -
YUV 117.5 88.78 223.22 -
System Red Green Blue C M Y K H S L
Decimal 251 63 48 0 0.75 0.81 0.02 4.43 0.96 0.59
Hex FB 3F 30 0 4B 51 2 4 60 3B
Octal 373 77 60 0 113 121 2 4 140 73
Binary 11111011 111111 110000 0 1001011 1010001 10 100 1100000 111011

Color Harmonies of #FB3F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3F30

Black with #FB3F30

Text Example


Text Example

White with #FB3F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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