Html Css Color HEX #FC432A Red Orange

📋 copy color: '#FC432A'

red 252 ◦ green 67 ◦ blue 42

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

Shades of Red Orange #FC432A

Tints of Red Orange #FC432A

RGB

 RED value IS 252 (98.83% from 255) = 69.81%

 GREEN value IS 67 (26.56% from 255) = 18.56%

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

R = 69.81%
G = 18.56%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC432A (or 0xFC432A) is known color: Red Orange. HEX triplet: FC, 43 and 2A. RGB value is (252,67,42). Sum of RGB (Red+Green+Blue) = 252+67+42=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC432A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC432A is #03BCD5. Grayscale: #777777. Windows color (decimal): -244950 or 2769916. OLE color: 2769916.

HSL color Cylindrical-coordinate representation of color #FC432A: hue angle of 7.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC432A is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 67 42 -
CMYK 0 0.73 0.83 0.01
HSL 7.14º 0.97% 0.58% -
HSV(B) 7.14º 0.83% 0.99% -
XYZ 42.57 24.88 4.75 -
YUV 119.47 84.29 222.53 -
System Red Green Blue C M Y K H S L
Decimal 252 67 42 0 0.73 0.83 0.01 7.14 0.97 0.58
Hex FC 43 2A 0 49 53 1 7 61 3A
Octal 374 103 52 0 111 123 1 7 141 72
Binary 11111100 1000011 101010 0 1001001 1010011 1 111 1100001 111010

Color Harmonies of #FC432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC432A

Black with #FC432A

Text Example


Text Example

White with #FC432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC432A; }

 p { color: rgb(252,67,42); }

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

background-color css

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

 a { background-color: rgb(252,67,42); }

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

border-color css

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

 span { border-color: rgb(252,67,42); }

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