Html Css Color HEX #FC6430 Outrageous Orange

📋 copy color: '#FC6430'

red 252 ◦ green 100 ◦ blue 48

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

Shades of Outrageous Orange #FC6430

Tints of Outrageous Orange #FC6430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

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

R = 63%
G = 25%
B = 12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC6430 (or 0xFC6430) is known color: Outrageous Orange. HEX triplet: FC, 64 and 30. RGB value is (252,100,48). Sum of RGB (Red+Green+Blue) = 252+100+48=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6430 is #039BCF. Grayscale: #8B8B8B. Windows color (decimal): -236496 or 3171580. OLE color: 3171580.

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

Color convert

RGB 252 100 48 -
CMYK 0 0.60 0.81 0.01
HSL 15.29º 0.97% 0.59% -
HSV(B) 15.29º 0.81% 0.99% -
XYZ 45.24 30.02 6.21 -
YUV 139.52 76.36 208.23 -
System Red Green Blue C M Y K H S L
Decimal 252 100 48 0 0.60 0.81 0.01 15.29 0.97 0.59
Hex FC 64 30 0 3C 51 1 F 61 3B
Octal 374 144 60 0 74 121 1 17 141 73
Binary 11111100 1100100 110000 0 111100 1010001 1 1111 1100001 111011

Color Harmonies of #FC6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6430

Black with #FC6430

Text Example


Text Example

White with #FC6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6430; }

 p { color: rgb(252,100,48); }

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

background-color css

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

 a { background-color: rgb(252,100,48); }

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

border-color css

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

 span { border-color: rgb(252,100,48); }

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