Html Css Color HEX #FB452D Red Orange

📋 copy color: '#FB452D'

red 251 ◦ green 69 ◦ blue 45

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

Shades of Red Orange #FB452D

Tints of Red Orange #FB452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 68.77%
G = 18.9%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB452D (or 0xFB452D) is known color: Red Orange. HEX triplet: FB, 45 and 2D. RGB value is (251,69,45). Sum of RGB (Red+Green+Blue) = 251+69+45=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB452D is #04BAD2. Grayscale: #787878. Windows color (decimal): -309971 or 2967035. OLE color: 2967035.

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

Color convert

RGB 251 69 45 -
CMYK 0 0.73 0.82 0.02
HSL 6.99º 0.96% 0.58% -
HSV(B) 6.99º 0.82% 0.98% -
XYZ 42.39 24.95 5.07 -
YUV 120.68 85.3 220.95 -
System Red Green Blue C M Y K H S L
Decimal 251 69 45 0 0.73 0.82 0.02 6.99 0.96 0.58
Hex FB 45 2D 0 49 52 2 7 60 3A
Octal 373 105 55 0 111 122 2 7 140 72
Binary 11111011 1000101 101101 0 1001001 1010010 10 111 1100000 111010

Color Harmonies of #FB452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB452D

Black with #FB452D

Text Example


Text Example

White with #FB452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB452D; }

 p { color: rgb(251,69,45); }

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

background-color css

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

 a { background-color: rgb(251,69,45); }

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

border-color css

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

 span { border-color: rgb(251,69,45); }

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